2020-05-06 |
Alvaro Herrera | Heed lock protocol in DROP OWNED BY |
commit | commitdiff | tree |
2020-05-06 |
Tom Lane | Doc: further fooling-about with rendering of tables... |
commit | commitdiff | tree |
2020-05-06 |
Michael Paquier | Handle spaces for Python install location in MSVC scripts |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 relnotes, fix markup |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 renotes: adjust attribution and pgbench... |
commit | commitdiff | tree |
2020-05-05 |
Peter Geoghegan | Normalize _bt_findsplitloc() argument names. |
commit | commitdiff | tree |
2020-05-05 |
Peter Geoghegan | Remove obsolete amcheck comment. |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 relnotes, add pgbench script item |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 relnotes, add attributions and wording changes |
commit | commitdiff | tree |
2020-05-05 |
Tom Lane | Doc: warn that timezone abbreviations don't work in... |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 release note adjustments, Justin Pryzby v2 |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: PG 13 retnote adjustments |
commit | commitdiff | tree |
2020-05-05 |
Tom Lane | Fix severe memory leaks in GSSAPI encryption support. |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: normalize contributor names in PG 13 release... |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: update PG 13 release notes for glossary and NO... |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: Fix PG 13 release note markup |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: update PG 13 release notes after first draft |
commit | commitdiff | tree |
2020-05-05 |
Peter Eisentraut | Fix capitalization of messages, per style guide |
commit | commitdiff | tree |
2020-05-05 |
Michael Paquier | Doc: Outline REPLICATION before SUPERUSER privilege |
commit | commitdiff | tree |
2020-05-05 |
Bruce Momjian | doc: first draft of PG 13 release notes |
commit | commitdiff | tree |
2020-05-05 |
Amit Kapila | Change the display of WAL usage statistics in Explain. |
commit | commitdiff | tree |
2020-05-04 |
Tom Lane | Doc: improve PDF presentation of some tables by adjusti... |
commit | commitdiff | tree |
2020-05-04 |
Peter Geoghegan | Add posting list tuple amcheck test case. |
commit | commitdiff | tree |
2020-05-04 |
Tom Lane | Doc: standardize markup a bit more. |
commit | commitdiff | tree |
2020-05-04 |
Tom Lane | Doc: update sections 9.22 - 9.30 for new function table... |
commit | commitdiff | tree |
2020-05-03 |
Alexander Korotkov | Fix typo in comment |
commit | commitdiff | tree |
2020-05-03 |
Peter Eisentraut | Add missing newlines in error messages |
commit | commitdiff | tree |
2020-05-02 |
Peter Geoghegan | Refactor btvacuumpage(). |
commit | commitdiff | tree |
2020-05-02 |
Stephen Frost | Fix GSS client to non-GSS server connection |
commit | commitdiff | tree |
2020-05-02 |
Tomas Vondra | Remove superfluous memset from pgstat_recv_resetslrucounter |
commit | commitdiff | tree |
2020-05-02 |
Tomas Vondra | Remove pg_xact from pg_stat_reset_slru docs |
commit | commitdiff | tree |
2020-05-02 |
Peter Eisentraut | Add NLS to pg_verifybackup |
commit | commitdiff | tree |
2020-05-01 |
Tomas Vondra | Simplify cost_incremental_sort a bit |
commit | commitdiff | tree |
2020-05-01 |
Tomas Vondra | Remove pg_xact entry from SLRU stats |
commit | commitdiff | tree |
2020-05-01 |
Tom Lane | Get rid of trailing semicolons in C macro definitions. |
commit | commitdiff | tree |
2020-05-01 |
Tom Lane | Doc: update sections 9.17 - 9.21 for new function table... |
commit | commitdiff | tree |
2020-05-01 |
Peter Geoghegan | Clear up issue with FSM and oldest bpto.xact. |
commit | commitdiff | tree |
2020-05-01 |
Peter Geoghegan | Reorder function prototypes for consistency. |
commit | commitdiff | tree |
2020-05-01 |
Peter Geoghegan | Fix undercounting in VACUUM VERBOSE output. |
commit | commitdiff | tree |
2020-05-01 |
Peter Geoghegan | Fix bug in nbtree VACUUM "skip full scan" feature. |
commit | commitdiff | tree |
2020-05-01 |
Peter Eisentraut | Put new command-line options into alphabetical order... |
commit | commitdiff | tree |
2020-05-01 |
Michael Paquier | Improve various aspects of pg_rewind documentation |
commit | commitdiff | tree |
2020-04-30 |
Peter Geoghegan | Add nbtree ScalarArrayOpExpr tests. |
commit | commitdiff | tree |
2020-04-30 |
Peter Geoghegan | Fix AddressSanitizer use-after-scope complaint. |
commit | commitdiff | tree |
2020-04-30 |
Tom Lane | Doc: update sections 9.14 - 9.16 for new function table... |
commit | commitdiff | tree |
2020-04-30 |
Peter Eisentraut | Make SQL/JSON error code names match SQL standard |
commit | commitdiff | tree |
2020-04-30 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
2020-04-30 |
Michael Paquier | Rename connection parameters to control min/max SSL... |
commit | commitdiff | tree |
2020-04-30 |
Tom Lane | Doc: re-re-revise markup for tables of functions. |
commit | commitdiff | tree |
2020-04-30 |
Peter Geoghegan | Remove redundant _bt_killitems() buffer check. |
commit | commitdiff | tree |
2020-04-29 |
Michael Paquier | Fix check for conflicting SSL min/max protocol settings |
commit | commitdiff | tree |
2020-04-29 |
Alvaro Herrera | Fix checkpoint signalling |
commit | commitdiff | tree |
2020-04-29 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2020-04-29 |
Alvaro Herrera | Check slot->restart_lsn validity in a few more places |
commit | commitdiff | tree |
2020-04-28 |
Peter Geoghegan | Add LP_DEAD deletion of a posting list tuple test. |
commit | commitdiff | tree |
2020-04-28 |
Peter Eisentraut | Add missing gettext triggers |
commit | commitdiff | tree |
2020-04-28 |
Alexander Korotkov | Fix definition of pg_statio_all_tables view |
commit | commitdiff | tree |
2020-04-27 |
Michael Paquier | Add more TAP coverage for archive status with crash... |
commit | commitdiff | tree |
2020-04-27 |
Robert Haas | Fix bogus tar-file padding logic for standby.signal. |
commit | commitdiff | tree |
2020-04-27 |
Tom Lane | Fix full text search to handle NOT above a phrase searc... |
commit | commitdiff | tree |
2020-04-27 |
Tom Lane | Doc: render π more nicely in PDF output. |
commit | commitdiff | tree |
2020-04-27 |
Peter Eisentraut | pg_dump: Replace can't-happen error with assertion |
commit | commitdiff | tree |
2020-04-27 |
Michael Paquier | Fix some typos |
commit | commitdiff | tree |
2020-04-26 |
Tom Lane | Doc: improve documentation of websearch_to_tqsuery(). |
commit | commitdiff | tree |
2020-04-26 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2020-04-26 |
Noah Misch | Raise a timeout to 180s, in test 003_recovery_targets.pl. |
commit | commitdiff | tree |
2020-04-25 |
Peter Geoghegan | Fix another minor page deletion buffer lock issue. |
commit | commitdiff | tree |
2020-04-25 |
Peter Geoghegan | Fix minor nbtree page deletion buffer lock issue. |
commit | commitdiff | tree |
2020-04-25 |
Noah Misch | In caught-up logical walsender, sleep only in WalSndWai... |
commit | commitdiff | tree |
2020-04-25 |
Noah Misch | Revert "When WalSndCaughtUp, sleep only in WalSndWaitFo... |
commit | commitdiff | tree |
2020-04-25 |
Andrew Gierth | Fix error case for CREATE ROLE ... IN ROLE. |
commit | commitdiff | tree |
2020-04-24 |
Tom Lane | Update Windows timezone name list to include currently... |
commit | commitdiff | tree |
2020-04-24 |
Tom Lane | Improve placement of "display name" comment in win32_tz... |
commit | commitdiff | tree |
2020-04-24 |
Tom Lane | Doc: update section 9.13 for new function table layout. |
commit | commitdiff | tree |
2020-04-24 |
Bruce Momjian | git_changelog: use modern format for rel branch names... |
commit | commitdiff | tree |
2020-04-24 |
Robert Haas | Try to avoid compiler warnings in optimized builds. |
commit | commitdiff | tree |
2020-04-24 |
Tom Lane | Repair performance regression in information_schema... |
commit | commitdiff | tree |
2020-04-24 |
Tom Lane | Update time zone data files to tzdata release 2020a. |
commit | commitdiff | tree |
2020-04-24 |
Peter Eisentraut | Update Unicode data to Unicode 13.0.0 and CLDR 37 |
commit | commitdiff | tree |
2020-04-24 |
Michael Paquier | Remove some unstable parts from new TAP test for archiv... |
commit | commitdiff | tree |
2020-04-23 |
Michael Paquier | Fix handling of WAL segments ready to be archived durin... |
commit | commitdiff | tree |
2020-04-23 |
Tom Lane | Remove ACLDEBUG #define and associated code. |
commit | commitdiff | tree |
2020-04-23 |
Tom Lane | Remove useless (and broken) logging logic in memory... |
commit | commitdiff | tree |
2020-04-23 |
Tom Lane | Doc: update section 9.12 for new function table layout. |
commit | commitdiff | tree |
2020-04-23 |
Robert Haas | Also rename 'struct manifest_info'. |
commit | commitdiff | tree |
2020-04-23 |
Robert Haas | Rename exposed identifiers to say "backup manifest". |
commit | commitdiff | tree |
2020-04-23 |
Andres Freund | Fix transient memory leak for SRFs in FROM. |
commit | commitdiff | tree |
2020-04-23 |
Fujii Masao | Fix option related issues in pg_verifybackup. |
commit | commitdiff | tree |
2020-04-23 |
Tom Lane | Doc: improve description of geometric multiplication... |
commit | commitdiff | tree |
2020-04-22 |
Peter Geoghegan | nbtree: Rename BT_RESERVED_OFFSET_MASK. |
commit | commitdiff | tree |
2020-04-22 |
Tomas Vondra | Fix cost_incremental_sort for expressions with varno 0 |
commit | commitdiff | tree |
2020-04-22 |
Bruce Momjian | docs: land height is "elevation", not "altitude" |
commit | commitdiff | tree |
2020-04-22 |
Tom Lane | Sync up some inconsistent comments in config/c-compiler.m4. |
commit | commitdiff | tree |
2020-04-22 |
Tom Lane | Doc: update section 9.11 for new function table layout. |
commit | commitdiff | tree |
2020-04-22 |
David Rowley | Remove bogus Assert in foreign key cloning code |
commit | commitdiff | tree |
2020-04-22 |
Peter Eisentraut | Remove HEAPDEBUGALL |
commit | commitdiff | tree |
2020-04-21 |
Michael Paquier | Fix single-record reads to use restore_command if avail... |
commit | commitdiff | tree |
2020-04-21 |
Alvaro Herrera | psql \d: Display table where trigger is defined, if... |
commit | commitdiff | tree |
2020-04-21 |
Michael Paquier | Fix memory leak in libpq when using sslmode=verify... |
commit | commitdiff | tree |
2020-04-21 |
Alvaro Herrera | Document partitiong tables ancillary object handling... |
commit | commitdiff | tree |
next |