| 2015-12-20 |
Peter Eisentraut | psql: Review of new help output strings |
commit | commitdiff | tree |
| 2015-12-19 |
Tom Lane | Add missing COSTS OFF to EXPLAIN commands in rowsecurit... |
commit | commitdiff | tree |
| 2015-12-19 |
Tom Lane | Adopt a more compact, less error-prone notation for... |
commit | commitdiff | tree |
| 2015-12-19 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-12-19 |
Andres Freund | Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Revert 9246af6799819847faa33baf441251003acbb8fe because |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | pgbench: Change terminology from "threshold" to "parame... |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Remove duplicate word. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix TupleQueueReaderNext not to ignore its nowait argument. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix copy-and-paste error in logical decoding callback. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Allow to omit boundaries in array subscript |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Cube extension kNN support |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Remove unreferenced function declarations. |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Use just one standalone-backend session for initdb... |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Adjust behavior of single-user -j mode for better initd... |
commit | commitdiff | tree |
| 2015-12-17 |
Tom Lane | Fix improper initialization order for readline. |
commit | commitdiff | tree |
| 2015-12-17 |
Alvaro Herrera | Rework internals of changing a type's ownership |
commit | commitdiff | tree |
| 2015-12-16 |
Tom Lane | Cope with Readline's failure to track SIGWINCH events... |
commit | commitdiff | tree |
| 2015-12-16 |
Robert Haas | Speed up CREATE INDEX CONCURRENTLY's TID sort. |
commit | commitdiff | tree |
| 2015-12-16 |
Robert Haas | Mark CHECK constraints declared NOT VALID valid if... |
commit | commitdiff | tree |
| 2015-12-15 |
Tom Lane | Document use of Subject Alternative Names in SSL server... |
commit | commitdiff | tree |
| 2015-12-15 |
Tom Lane | Update 9.5 release notes through today. |
commit | commitdiff | tree |
| 2015-12-15 |
Robert Haas | Teach mdnblocks() not to create zero-length files. |
commit | commitdiff | tree |
| 2015-12-15 |
Robert Haas | Move buffer I/O and content LWLocks out of the main... |
commit | commitdiff | tree |
| 2015-12-15 |
Robert Haas | Provide a way to predefine LWLock tranche IDs. |
commit | commitdiff | tree |
| 2015-12-15 |
Stephen Frost | Improve CREATE POLICY documentation |
commit | commitdiff | tree |
| 2015-12-15 |
Stephen Frost | Collect the global OR of hasRowSecurity flags for plancache |
commit | commitdiff | tree |
| 2015-12-15 |
Tom Lane | Add missing cleanup logic in pg_rewind/t/005_same_timel... |
commit | commitdiff | tree |
| 2015-12-14 |
Alvaro Herrera | Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly |
commit | commitdiff | tree |
| 2015-12-14 |
Kevin Grittner | Remove xmlparse(document '') test |
commit | commitdiff | tree |
| 2015-12-14 |
Heikki Linnakangas | Fix out-of-memory error handling in ParameterDescriptio... |
commit | commitdiff | tree |
| 2015-12-14 |
Andres Freund | Fix bug in SetOffsetVacuumLimit() triggered by find_mul... |
commit | commitdiff | tree |
| 2015-12-14 |
Andres Freund | Correct statement to actually be the intended assert... |
commit | commitdiff | tree |
| 2015-12-14 |
Tom Lane | Docs: document that psql's "\i -" means read from stdin. |
commit | commitdiff | tree |
| 2015-12-13 |
Tom Lane | Code and docs review for multiple -c and -f options... |
commit | commitdiff | tree |
| 2015-12-13 |
Magnus Hagander | Consistently set all fields in pg_stat_replication... |
commit | commitdiff | tree |
| 2015-12-13 |
Magnus Hagander | Properly initialize write, flush and replay locations... |
commit | commitdiff | tree |
| 2015-12-13 |
Tom Lane | Doc: update external URLs for PostGIS project. |
commit | commitdiff | tree |
| 2015-12-12 |
Peter Eisentraut | doc: Add some markup |
commit | commitdiff | tree |
| 2015-12-12 |
Andres Freund | Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. |
commit | commitdiff | tree |
| 2015-12-12 |
Tom Lane | Add an expected-file to match behavior of latest libxml2. |
commit | commitdiff | tree |
| 2015-12-11 |
Peter Eisentraut | pg_rewind: Don't error if the two clusters are already... |
commit | commitdiff | tree |
| 2015-12-11 |
Alvaro Herrera | For REASSIGN OWNED for foreign user mappings |
commit | commitdiff | tree |
| 2015-12-11 |
Tom Lane | Install our "missing" script where PGXS builds can... |
commit | commitdiff | tree |
| 2015-12-11 |
Stephen Frost | Handle policies during DROP OWNED BY |
commit | commitdiff | tree |
| 2015-12-11 |
Tom Lane | Get rid of the planner's LateralJoinInfo data structure. |
commit | commitdiff | tree |
| 2015-12-11 |
Stephen Frost | Handle dependencies properly in ALTER POLICY |
commit | commitdiff | tree |
| 2015-12-11 |
Tom Lane | Still more fixes for planner's handling of LATERAL... |
commit | commitdiff | tree |
| 2015-12-11 |
Alvaro Herrera | Fix commit timestamp initialization |
commit | commitdiff | tree |
| 2015-12-11 |
Peter Eisentraut | Improve some messages |
commit | commitdiff | tree |
| 2015-12-10 |
Robert Haas | Improve ALTER POLICY tab completion. |
commit | commitdiff | tree |
| 2015-12-10 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2015-12-10 |
Andres Freund | Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. |
commit | commitdiff | tree |
| 2015-12-10 |
Andres Freund | Fix bug leading to restoring unlogged relations from... |
commit | commitdiff | tree |
| 2015-12-10 |
Tom Lane | Accept flex > 2.5.x on Windows, too. |
commit | commitdiff | tree |
| 2015-12-09 |
Robert Haas | Remove redundant sentence. |
commit | commitdiff | tree |
| 2015-12-09 |
Robert Haas | Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker... |
commit | commitdiff | tree |
| 2015-12-08 |
Kevin Grittner | Improve performance in freeing memory contexts |
commit | commitdiff | tree |
| 2015-12-08 |
Tom Lane | Make failure to open psql's --log-file fatal. |
commit | commitdiff | tree |
| 2015-12-08 |
Tom Lane | Avoid odd portability problem in TestLib.pm's slurp_fil... |
commit | commitdiff | tree |
| 2015-12-08 |
Robert Haas | psql: Support multiple -c and -f options, and allow... |
commit | commitdiff | tree |
| 2015-12-08 |
Robert Haas | Allow foreign and custom joins to handle EvalPlanQual... |
commit | commitdiff | tree |
| 2015-12-07 |
Tom Lane | Simplify LATERAL-related calculations within add_paths_... |
commit | commitdiff | tree |
| 2015-12-07 |
Alvaro Herrera | PostgresNode: wrap correctly around port number range end |
commit | commitdiff | tree |
| 2015-12-07 |
Tom Lane | Fix another oversight in checking if a join with LATERA... |
commit | commitdiff | tree |
| 2015-12-07 |
Alvaro Herrera | Cleanup some problems in new Perl test code |
commit | commitdiff | tree |
| 2015-12-06 |
Tom Lane | Update xindex.sgml for recent additions to GIST opclass... |
commit | commitdiff | tree |
| 2015-12-05 |
Tom Lane | Create TestLib.pm's tempdir underneath tmp_check/,... |
commit | commitdiff | tree |
| 2015-12-05 |
Noah Misch | Instruct Coverity using an assertion. |
commit | commitdiff | tree |
| 2015-12-04 |
Tom Lane | Further improve documentation of the role-dropping... |
commit | commitdiff | tree |
| 2015-12-03 |
Alvaro Herrera | Further tweak commit_timestamp behavior |
commit | commitdiff | tree |
| 2015-12-03 |
Tom Lane | Clean up some psql issues around handling of the query... |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | doc: Add serial comma |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | psql: Improve spelling |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | doc: Fix markup and improve placeholder names |
commit | commitdiff | tree |
| 2015-12-03 |
Alvaro Herrera | Fix broken subroutine call in TestLib |
commit | commitdiff | tree |
| 2015-12-02 |
Tom Lane | Fix behavior of printTable() and friends with externall... |
commit | commitdiff | tree |
| 2015-12-02 |
Alvaro Herrera | Refactor Perl test code |
commit | commitdiff | tree |
| 2015-12-02 |
Robert Haas | Add handling for GatherPath to print_path. |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Make gincostestimate() cope with hypothetical GIN indexes. |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Further tweaking of print_aligned_vertical(). |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Use "g" not "f" format in ecpg's PGTYPESnumeric_from_do... |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Further adjustment to psql's print_aligned_vertical... |
commit | commitdiff | tree |
| 2015-12-01 |
Teodor Sigaev | Use pg_rewind when target timeline was switched |
commit | commitdiff | tree |
| 2015-11-30 |
Tom Lane | Rework wrap-width calculation in psql's print_aligned_v... |
commit | commitdiff | tree |
| 2015-11-30 |
Robert Haas | Fix obsolete comment. |
commit | commitdiff | tree |
| 2015-11-29 |
Tom Lane | Avoid caching expression state trees for domain constra... |
commit | commitdiff | tree |
| 2015-11-28 |
Tom Lane | Avoid doing encoding conversions by double-conversion... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Update UCS_to_GB18030.pl with info about origin of... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Auto-generate file header comments in Unicode mapping... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Improve PQhost() to return useful data for default... |
commit | commitdiff | tree |
| 2015-11-27 |
Teodor Sigaev | COPY (INSERT/UPDATE/DELETE .. RETURNING ..) |
commit | commitdiff | tree |
| 2015-11-26 |
Tom Lane | Fix failure to consider failure cases in GetComboComman... |
commit | commitdiff | tree |
| 2015-11-25 |
Tom Lane | Be more paranoid about null return values from libpq... |
commit | commitdiff | tree |
| 2015-11-25 |
Tom Lane | Improve div_var_fast(), mostly by making comments better. |
commit | commitdiff | tree |
| 2015-11-25 |
Teodor Sigaev | Add forgotten file in commit d6061f83a166b015657fda8623... |
commit | commitdiff | tree |
| 2015-11-25 |
Teodor Sigaev | Improve pageinspect module |
commit | commitdiff | tree |
| 2015-11-24 |
Bruce Momjian | pg_upgrade: fix CopyFile() on Windows to fail on file... |
commit | commitdiff | tree |
| 2015-11-24 |
Peter Eisentraut | doc: Some improvements on CREATE POLICY and ALTER POLIC... |
commit | commitdiff | tree |
| next |