| 2018-12-19 |
Tom Lane | Make type "name" collation-aware. |
commit | commitdiff | tree |
| 2018-12-19 |
Alvaro Herrera | Remove function names from error messages |
commit | commitdiff | tree |
| 2018-12-19 |
Tom Lane | Small improvements for allocation logic in ginHeapTuple... |
commit | commitdiff | tree |
| 2018-12-19 |
Tom Lane | Doc: fix incorrect example of collecting arguments... |
commit | commitdiff | tree |
| 2018-12-19 |
Peter Geoghegan | Remove obsolete nbtree duplicate entries comment. |
commit | commitdiff | tree |
| 2018-12-19 |
Peter Geoghegan | Correct obsolete nbtree recovery comments. |
commit | commitdiff | tree |
| 2018-12-19 |
Tatsuo Ishii | Doc: fix typo in "Generic File Access Functions" section. |
commit | commitdiff | tree |
| 2018-12-18 |
Tom Lane | Make collation-aware system catalog columns use "C... |
commit | commitdiff | tree |
| 2018-12-18 |
Tom Lane | Update sepgsql regression test results for commit ca410... |
commit | commitdiff | tree |
| 2018-12-18 |
Tom Lane | Fix ancient thinko in mergejoin cost estimation. |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Include partitioned indexes to system view pg_indexes |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Tweak description comments in tests for partition functions |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Update project link of pgBadger in documentation |
commit | commitdiff | tree |
| 2018-12-18 |
Michael Paquier | Include ALTER INDEX SET STATISTICS in pg_dump |
commit | commitdiff | tree |
| 2018-12-17 |
Tom Lane | Drop support for getting signal descriptions from sys_s... |
commit | commitdiff | tree |
| 2018-12-17 |
Alvaro Herrera | Fix tablespace handling for partitioned tables |
commit | commitdiff | tree |
| 2018-12-17 |
Alvaro Herrera | Clarify runtime pruning in EXPLAIN |
commit | commitdiff | tree |
| 2018-12-17 |
Amit Kapila | Remove extra semicolons. |
commit | commitdiff | tree |
| 2018-12-17 |
Michael Paquier | Fix use-after-free bug when renaming constraints |
commit | commitdiff | tree |
| 2018-12-17 |
Michael Paquier | Make constraint rename issue relcache invalidation... |
commit | commitdiff | tree |
| 2018-12-17 |
Tom Lane | Modernize our code for looking up descriptive strings... |
commit | commitdiff | tree |
| 2018-12-16 |
Tom Lane | Make error handling in parallel pg_upgrade less bogus. |
commit | commitdiff | tree |
| 2018-12-16 |
Tom Lane | Improve detection of child-process SIGPIPE failures. |
commit | commitdiff | tree |
| 2018-12-14 |
Tom Lane | Make pg_statistic and related code account more honestl... |
commit | commitdiff | tree |
| 2018-12-13 |
Michael Paquier | Introduce new extended routines for FDW and foreign... |
commit | commitdiff | tree |
| 2018-12-13 |
Andres Freund | Create a separate oid range for oids assigned by genbki.pl. |
commit | commitdiff | tree |
| 2018-12-13 |
Tom Lane | Fix bogus logic for skipping unnecessary partcollation... |
commit | commitdiff | tree |
| 2018-12-13 |
Tom Lane | Drop no-op CoerceToDomain nodes from expressions at... |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Prevent GIN deleted pages from being reclaimed too... |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Prevent deadlock in ginRedoDeletePage() |
commit | commitdiff | tree |
| 2018-12-13 |
Alexander Korotkov | Fix deadlock in GIN vacuum introduced by 218f51584d5 |
commit | commitdiff | tree |
| 2018-12-12 |
Tom Lane | Repair bogus EPQ plans generated for postgres_fdw forei... |
commit | commitdiff | tree |
| 2018-12-12 |
Tom Lane | Repair bogus handling of multi-assignment Params in... |
commit | commitdiff | tree |
| 2018-12-12 |
Michael Paquier | Tweak pg_partition_tree for undefined relations and... |
commit | commitdiff | tree |
| 2018-12-11 |
Tom Lane | Fix test_rls_hooks to assign expression collations... |
commit | commitdiff | tree |
| 2018-12-11 |
Tom Lane | Doc: improve documentation about ALTER LARGE OBJECT... |
commit | commitdiff | tree |
| 2018-12-11 |
Noah Misch | Raise some timeouts to 180s, in test code. |
commit | commitdiff | tree |
| 2018-12-10 |
Tom Lane | Add stack depth checks to key recursive functions in... |
commit | commitdiff | tree |
| 2018-12-10 |
Tom Lane | Doc: remove obsolete reference to recursive expression... |
commit | commitdiff | tree |
| 2018-12-10 |
Tom Lane | Make TupleDescInitBuiltinEntry throw error for unsuppor... |
commit | commitdiff | tree |
| 2018-12-10 |
Stephen Frost | Add pg_dump test for empty OP class |
commit | commitdiff | tree |
| 2018-12-10 |
Stephen Frost | Add additional partition tests to pg_dump |
commit | commitdiff | tree |
| 2018-12-10 |
Stephen Frost | Remove dead code in toast_fetch_datum_slice |
commit | commitdiff | tree |
| 2018-12-10 |
Michael Paquier | Ensure cleanup of orphan archive status files |
commit | commitdiff | tree |
| 2018-12-09 |
Michael Paquier | Add timestamp of last received message from standby... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Doc: document that we expect CHECK constraint condition... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Doc: remove obsolete statements about system OID column... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | In PQprint(), write HTML table trailer before closing... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Fix misapplication of pgstat_count_truncate to wrong... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Clean up sloppy coding in publicationcmds.c's OpenTable... |
commit | commitdiff | tree |
| 2018-12-07 |
Tom Lane | Doc: make cross-reference to format() function more... |
commit | commitdiff | tree |
| 2018-12-06 |
Michael Paquier | Fix some errhint and errdetail strings missing a period |
commit | commitdiff | tree |
| 2018-12-06 |
Tom Lane | Improve our response to invalid format strings, and... |
commit | commitdiff | tree |
| 2018-12-06 |
Stephen Frost | Improve planner stats documentation |
commit | commitdiff | tree |
| 2018-12-06 |
Stephen Frost | Cleanup minor pg_dump memory leaks |
commit | commitdiff | tree |
| 2018-12-06 |
Stephen Frost | Cleanup comments in xlog compression |
commit | commitdiff | tree |
| 2018-12-06 |
Tatsuo Ishii | Change true/false to on/off. |
commit | commitdiff | tree |
| 2018-12-05 |
Alvaro Herrera | Don't mark partitioned indexes invalid unnecessarily |
commit | commitdiff | tree |
| 2018-12-05 |
Michael Paquier | Fix invalid value of synchronous_commit in description... |
commit | commitdiff | tree |
| 2018-12-04 |
Stephen Frost | Fix typo |
commit | commitdiff | tree |
| 2018-12-04 |
Etsuro Fujita | postgres_fdw: Improve cost and size estimation for... |
commit | commitdiff | tree |
| 2018-12-03 |
Tom Lane | Refactor documentation about privileges to centralize... |
commit | commitdiff | tree |
| 2018-12-03 |
Michael Paquier | Add some missing schema qualifications |
commit | commitdiff | tree |
| 2018-12-03 |
Michael Paquier | Add PGXS options to control TAP and isolation tests... |
commit | commitdiff | tree |
| 2018-12-01 |
Tom Lane | Eliminate parallel-make hazard in ecpg/preproc. |
commit | commitdiff | tree |
| 2018-12-01 |
Tom Lane | Rename ecpg's various "extern.h" files to have distinct... |
commit | commitdiff | tree |
| 2018-12-01 |
Tom Lane | Add a --socketdir option to pg_upgrade. |
commit | commitdiff | tree |
| 2018-11-30 |
Michael Paquier | Fix tablespace path TAP test of pg_verify_checksums... |
commit | commitdiff | tree |
| 2018-11-30 |
Alvaro Herrera | Silence compiler warning |
commit | commitdiff | tree |
| 2018-11-30 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
| 2018-11-30 |
Michael Paquier | Fix various checksum check problems for pg_verify_check... |
commit | commitdiff | tree |
| 2018-11-30 |
Michael Paquier | Switch pg_verify_checksums back to a blacklist |
commit | commitdiff | tree |
| 2018-11-29 |
Tom Lane | Document handling of invalid/ambiguous timestamp input... |
commit | commitdiff | tree |
| 2018-11-29 |
Alvaro Herrera | Add log_statement_sample_rate parameter |
commit | commitdiff | tree |
| 2018-11-29 |
Tom Lane | Ensure static libraries have correct mod time even... |
commit | commitdiff | tree |
| 2018-11-29 |
Peter Eisentraut | doc: Add appendix detailing some limits of PostgreSQL |
commit | commitdiff | tree |
| 2018-11-29 |
Michael Paquier | Add pg_partition_tree to documentation index |
commit | commitdiff | tree |
| 2018-11-29 |
Michael Paquier | Add support for NO_INSTALLCHECK in MSVC scripts |
commit | commitdiff | tree |
| 2018-11-29 |
Thomas Munro | Fix minor typo in dsa.c. |
commit | commitdiff | tree |
| 2018-11-29 |
Michael Paquier | Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks |
commit | commitdiff | tree |
| 2018-11-29 |
Michael Paquier | Fix handling of synchronous replication for stopping... |
commit | commitdiff | tree |
| 2018-11-28 |
Peter Geoghegan | Have BufFileSize() ereport() on FileSize() failure. |
commit | commitdiff | tree |
| 2018-11-28 |
Peter Eisentraut | Only allow one recovery target setting |
commit | commitdiff | tree |
| 2018-11-28 |
Bruce Momjian | C comment: remove extra '*' |
commit | commitdiff | tree |
| 2018-11-28 |
Thomas Munro | Don't set PAM_RHOST for Unix sockets. |
commit | commitdiff | tree |
| 2018-11-28 |
Tomas Vondra | Do not decode TOAST data for table rewrites |
commit | commitdiff | tree |
| 2018-11-27 |
Tomas Vondra | Use wildcard to match parens after CREATE STATISTICS |
commit | commitdiff | tree |
| 2018-11-27 |
Thomas Munro | Don't count zero-filled buffers as 'read' in EXPLAIN. |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Ensure consistent sort order of large objects in pg_dump. |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Fix jit compilation bug on wide tables. |
commit | commitdiff | tree |
| 2018-11-27 |
Peter Eisentraut | Update ssl test certificates and keys |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Fix ac218aa4f6 to work on versions before 9.5. |
commit | commitdiff | tree |
| 2018-11-27 |
Andres Freund | Update pg_upgrade test for reg* to include regrole... |
commit | commitdiff | tree |
| 2018-11-27 |
Bruce Momjian | doc: fix wording for plpgsql, add "and" |
commit | commitdiff | tree |
| 2018-11-26 |
Andres Freund | Fix typo introduced in 578b229718. |
commit | commitdiff | tree |
| 2018-11-26 |
Andres Freund | Fix pg_upgrade for oid removal. |
commit | commitdiff | tree |
| 2018-11-26 |
Tom Lane | Fix translation of special characters in psql's LaTeX... |
commit | commitdiff | tree |
| 2018-11-26 |
Tom Lane | Avoid locale-dependent output in numericlocale check. |
commit | commitdiff | tree |
| 2018-11-26 |
Alvaro Herrera | Fix sample output for hash_metapage_info query |
commit | commitdiff | tree |
| 2018-11-26 |
Tom Lane | Add CSV table output mode in psql. |
commit | commitdiff | tree |
| next |