| 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 |
| 2020-04-21 |
Tom Lane | Fix possible crash during FATAL exit from reindexing. |
commit | commitdiff | tree |
| 2020-04-21 |
Tom Lane | Fix minor violations of FunctionCallInvoke usage protocol. |
commit | commitdiff | tree |
| 2020-04-21 |
Alvaro Herrera | Fix detaching partitions with cloned row triggers |
commit | commitdiff | tree |
| 2020-04-21 |
Peter Geoghegan | Consider outliers in split interval calculation. |
commit | commitdiff | tree |
| 2020-04-21 |
Tom Lane | Allow matchingsel() to be used with operators that... |
commit | commitdiff | tree |
| 2020-04-21 |
Tom Lane | Clean up cpluspluscheck violation. |
commit | commitdiff | tree |
| 2020-04-21 |
Tom Lane | Fix duplicate typedef from commit 0d8c9c121. |
commit | commitdiff | tree |
| 2020-04-21 |
Fujii Masao | Mention pg_promote() as a method to trigger promotion... |
commit | commitdiff | tree |
| 2020-04-21 |
Bruce Momjian | doc: change SGML markup "figure" to "example" |
commit | commitdiff | tree |
| 2020-04-20 |
Tom Lane | Doc: update sections 9.7 and 9.8 for new function table... |
commit | commitdiff | tree |
| 2020-04-20 |
Robert Haas | Move the server's backup manifest code to a separate... |
commit | commitdiff | tree |
| 2020-04-20 |
Alvaro Herrera | Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON |
commit | commitdiff | tree |
| 2020-04-20 |
Alvaro Herrera | Add ALTER .. NO DEPENDS ON |
commit | commitdiff | tree |
| 2020-04-20 |
Tom Lane | Doc: update sections 9.5 and 9.6 for new function table... |
commit | commitdiff | tree |
| 2020-04-20 |
Magnus Hagander | Allow pg_read_all_stats to access all stats views again |
commit | commitdiff | tree |
| 2020-04-19 |
Tom Lane | Doc: update the rest of section 9.4 for new function... |
commit | commitdiff | tree |
| 2020-04-19 |
Jeff Davis | Fix missing pfree() in logtape.c, missed by 24d85952. |
commit | commitdiff | tree |
| 2020-04-19 |
Tom Lane | Doc: update sections 9.1-9.3 for new function table... |
commit | commitdiff | tree |
| 2020-04-19 |
Peter Eisentraut | Fix update-unicode target |
commit | commitdiff | tree |
| 2020-04-18 |
Tom Lane | Doc: sync functableentry markup choices with website... |
commit | commitdiff | tree |
| 2020-04-18 |
Tom Lane | Fix race conditions in synchronous standby management. |
commit | commitdiff | tree |
| 2020-04-18 |
David Rowley | Fix possible crash with GENERATED ALWAYS columns |
commit | commitdiff | tree |
| 2020-04-18 |
Tom Lane | Doc: revise formatting of function/operator tables. |
commit | commitdiff | tree |
| 2020-04-17 |
Andrew Dunstan | Revert "Only provide new libpq sslpasskey hook for... |
commit | commitdiff | tree |
| 2020-04-17 |
Andrew Dunstan | Only provide openssl_tls_init_hook if building with... |
commit | commitdiff | tree |
| 2020-04-17 |
Andrew Dunstan | Use a slightly more liberal regex to detect Visual... |
commit | commitdiff | tree |
| 2020-04-17 |
Andrew Dunstan | Only provide new libpq sslpasskey hook for openssl... |
commit | commitdiff | tree |
| 2020-04-17 |
Tom Lane | Fix possible future cache reference leak in ALTER EXTEN... |
commit | commitdiff | tree |
| 2020-04-17 |
Fujii Masao | Add index term for backup manifest in documentation. |
commit | commitdiff | tree |
| 2020-04-17 |
Michael Paquier | Fix minor memory leak in pg_basebackup and pg_receivewal |
commit | commitdiff | tree |
| 2020-04-16 |
David Rowley | Remove unneeded constraint dependency tracking |
commit | commitdiff | tree |
| 2020-04-16 |
Tom Lane | Fix cache reference leak in contrib/sepgsql. |
commit | commitdiff | tree |
| 2020-04-16 |
Amit Kapila | Fix the usage of parallel and full options of vacuum... |
commit | commitdiff | tree |
| 2020-04-16 |
Michael Paquier | Disable silently generation of manifests with servers... |
commit | commitdiff | tree |
| 2020-04-15 |
Peter Geoghegan | Slightly simplify nbtree split point choice loop. |
commit | commitdiff | tree |
| 2020-04-15 |
Michael Paquier | Fix minor memory leak in pg_dump |
commit | commitdiff | tree |
| 2020-04-15 |
Fujii Masao | Code review for backup manifest. |
commit | commitdiff | tree |
| 2020-04-14 |
Peter Geoghegan | Remove obsolete "hole in center of page" comment. |
commit | commitdiff | tree |
| 2020-04-14 |
Tom Lane | Account for collation when coercing the output of a... |
commit | commitdiff | tree |
| 2020-04-14 |
Andrew Dunstan | Stop requiring an explicit return from perl subroutines |
commit | commitdiff | tree |
| 2020-04-14 |
Andrew Dunstan | Set Perl search path more idiomatically |
commit | commitdiff | tree |
| 2020-04-14 |
Robert Haas | Document the backup manifest file format. |
commit | commitdiff | tree |
| 2020-04-14 |
Peter Geoghegan | Rearrange _bt_insertonpg() "update metapage" code. |
commit | commitdiff | tree |
| 2020-04-14 |
Michael Paquier | Fix collection of typos and grammar mistakes in the... |
commit | commitdiff | tree |
| 2020-04-14 |
Peter Geoghegan | Add defensive "split_only_page" nbtree assertion. |
commit | commitdiff | tree |
| 2020-04-14 |
Amit Kapila | Comments and doc fixes for commit 40d964ec99. |
commit | commitdiff | tree |
| 2020-04-14 |
Peter Geoghegan | Make _bt_insertonpg() more like _bt_split(). |
commit | commitdiff | tree |
| 2020-04-14 |
Noah Misch | Add a wait_for_catchup() before immediate stop of a... |
commit | commitdiff | tree |
| 2020-04-13 |
Alvaro Herrera | Silence Perl warning |
commit | commitdiff | tree |
| 2020-04-13 |
Peter Geoghegan | Harmonize nbtree page split point code. |
commit | commitdiff | tree |
| 2020-04-13 |
Andrew Dunstan | Use perl's $/ more idiomatically |
commit | commitdiff | tree |
| 2020-04-13 |
Andrew Dunstan | Use perl warnings pragma consistently |
commit | commitdiff | tree |
| 2020-04-13 |
Andrew Dunstan | Print policy name in perlcritic messages |
commit | commitdiff | tree |
| 2020-04-13 |
Robert Haas | Rename pg_validatebackup to pg_verifybackup some more. |
commit | commitdiff | tree |
| 2020-04-13 |
Amit Kapila | Cosmetic fixups for WAL usage work. |
commit | commitdiff | tree |
| 2020-04-13 |
Peter Eisentraut | Improve error messages after LoadLibrary() |
commit | commitdiff | tree |
| 2020-04-12 |
Tom Lane | Doc: introduce new layout for tables of functions and... |
commit | commitdiff | tree |
| 2020-04-12 |
Tom Lane | Doc: introduce and document "&zwsp;" for allowing optio... |
commit | commitdiff | tree |
| 2020-04-12 |
Robert Haas | Rename pg_validatebackup to pg_verifybackup. |
commit | commitdiff | tree |
| 2020-04-12 |
Peter Geoghegan | Doc: Fix contrib/amcheck tip. |
commit | commitdiff | tree |
| 2020-04-11 |
Tom Lane | Suppress -Wimplicit-fallthrough warning in new LIMIT... |
commit | commitdiff | tree |
| 2020-04-11 |
Noah Misch | Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_A... |
commit | commitdiff | tree |
| 2020-04-11 |
Noah Misch | When WalSndCaughtUp, sleep only in WalSndWaitForWal(). |
commit | commitdiff | tree |
| 2020-04-11 |
Tom Lane | Make EXPLAIN report maximum hashtable usage across... |
commit | commitdiff | tree |
| 2020-04-11 |
Tom Lane | Clear dangling pointer to avoid bogus EXPLAIN printout... |
commit | commitdiff | tree |
| 2020-04-11 |
Peter Eisentraut | Fix RELCACHE_FORCE_RELEASE issue |
commit | commitdiff | tree |
| next |