| 2020-05-08 |  Fujii Masao | Report missing wait event for timeline history file. | commit | commitdiff | tree | snapshot | 
| 2020-05-07 |  Tom Lane | Fix YA text phrase search bug. | commit | commitdiff | tree | snapshot | 
| 2020-05-06 |  Alvaro Herrera | Heed lock protocol in DROP OWNED BY | commit | commitdiff | tree | snapshot | 
| 2020-05-06 |  Michael Paquier | Handle spaces for Python install location in MSVC scripts | commit | commitdiff | tree | snapshot | 
| 2020-05-01 |  Tom Lane | Get rid of trailing semicolons in C macro definitions. | commit | commitdiff | tree | snapshot | 
| 2020-04-27 |  Tom Lane | Fix full text search to handle NOT above a phrase searc... | commit | commitdiff | tree | snapshot | 
| 2020-04-25 |  Andrew Gierth | Fix error case for CREATE ROLE ... IN ROLE. | commit | commitdiff | tree | snapshot | 
| 2020-04-24 |  Tom Lane | Update Windows timezone name list to include currently... | commit | commitdiff | tree | snapshot | 
| 2020-04-24 |  Tom Lane | Improve placement of "display name" comment in win32_tz... | commit | commitdiff | tree | snapshot | 
| 2020-04-24 |  Tom Lane | Update time zone data files to tzdata release 2020a. | commit | commitdiff | tree | snapshot | 
| 2020-04-24 |  Michael Paquier | Remove some unstable parts from new TAP test for archiv... | commit | commitdiff | tree | snapshot | 
| 2020-04-23 |  Michael Paquier | Fix handling of WAL segments ready to be archived durin... | commit | commitdiff | tree | snapshot | 
| 2020-04-22 |  Bruce Momjian | docs:  land height is "elevation", not "altitude" | commit | commitdiff | tree | snapshot | 
| 2020-04-21 |  Michael Paquier | Fix memory leak in libpq when using sslmode=verify... | commit | commitdiff | tree | snapshot | 
| 2020-04-21 |  Tom Lane | Fix possible crash during FATAL exit from reindexing. | commit | commitdiff | tree | snapshot | 
| 2020-04-21 |  Tom Lane | Fix minor violations of FunctionCallInvoke usage protocol. | commit | commitdiff | tree | snapshot | 
| 2020-04-21 |  Bruce Momjian | doc:  change SGML markup "figure" to "example" | commit | commitdiff | tree | snapshot | 
| 2020-04-20 |  Magnus Hagander | Allow pg_read_all_stats to access all stats views again | commit | commitdiff | tree | snapshot | 
| 2020-04-18 |  Tom Lane | Fix race conditions in synchronous standby management. | commit | commitdiff | tree | snapshot | 
| 2020-04-17 |  Andrew Dunstan | Use a slightly more liberal regex to detect Visual... | commit | commitdiff | tree | snapshot | 
| 2020-04-16 |  Tom Lane | Fix cache reference leak in contrib/sepgsql. | commit | commitdiff | tree | snapshot | 
| 2020-04-15 |  Michael Paquier | Fix minor memory leak in pg_dump | commit | commitdiff | tree | snapshot | 
| 2020-04-14 |  Noah Misch | Repair last commit's new wait_for_catchup() call. | commit | commitdiff | tree | snapshot | 
| 2020-04-14 |  Noah Misch | Add a wait_for_catchup() before immediate stop of a... | commit | commitdiff | tree | snapshot | 
| 2020-04-11 |  Tom Lane | Clear dangling pointer to avoid bogus EXPLAIN printout... | commit | commitdiff | tree | snapshot | 
| 2020-04-10 |  Tom Lane | Doc: clarify locking requirements for ALTER TABLE ADD... | commit | commitdiff | tree | snapshot | 
| 2020-04-10 |  Tom Lane | Doc: sync CREATE GROUP syntax synopsis with CREATE... | commit | commitdiff | tree | snapshot | 
| 2020-04-09 |  Tom Lane | Further cleanup of ts_headline code. | commit | commitdiff | tree | snapshot | 
| 2020-04-09 |  Tom Lane | Doc: improve documentation about ts_headline() function. | commit | commitdiff | tree | snapshot | 
| 2020-04-09 |  Tom Lane | Fix default text search parser's ts_headline code for... | commit | commitdiff | tree | snapshot | 
| 2020-04-09 |  Tom Lane | Cosmetic improvements for default text search parser... | commit | commitdiff | tree | snapshot | 
| 2020-04-08 |  Tom Lane | Fix pg_dump/pg_restore to restore event trigger comment... | commit | commitdiff | tree | snapshot | 
| 2020-04-08 |  Tom Lane | Fix circle_in to accept "(x,y),r" as it's advertised... | commit | commitdiff | tree | snapshot | 
| 2020-04-07 |  Tom Lane | Adjust bytea get_bit/set_bit to cope with bytea strings... | commit | commitdiff | tree | snapshot | 
| 2020-04-06 |  Michael Paquier | Preserve clustered index after rewrites with ALTER... | commit | commitdiff | tree | snapshot | 
| 2020-04-06 |  Andres Freund | Use TransactionXmin instead of RecentGlobalXmin in... | commit | commitdiff | tree | snapshot | 
| 2020-04-05 |  Peter Eisentraut | Save errno across LWLockRelease() calls | commit | commitdiff | tree | snapshot | 
| 2020-04-03 |  Tom Lane | Fix bugs in gin_fuzzy_search_limit processing. | commit | commitdiff | tree | snapshot | 
| 2020-04-03 |  Tom Lane | Fix bogus CALLED_AS_TRIGGER() defenses. | commit | commitdiff | tree | snapshot | 
| 2020-04-02 |  Bruce Momjian | doc: remove unnecessary INNER keyword | commit | commitdiff | tree | snapshot | 
| 2020-04-02 |  Bruce Momjian | doc:  remove comma, related to commit 92d31085e9 | commit | commitdiff | tree | snapshot | 
| 2020-04-01 |  Bruce Momjian | psql:  do file completion for \gx | commit | commitdiff | tree | snapshot | 
| 2020-04-01 |  Bruce Momjian | makefile:  use proper linker flags for C++ compiles | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc:  remove mention of bitwise operators as solely... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc:  clarify hierarchy of objects:  global, db, schema... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc: restore wording from recent patch "rolled back to" | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc:  clarify when row-level locks are released | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc:  add namespace column to pg_buffercache example... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc:  clarify which table creation is used for inherita... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Bruce Momjian | doc: adjust UPDATE/DELETE's FROM/USING to match SELECT... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Tom Lane | Teach pg_ls_dir_files() to ignore ENOENT failures from... | commit | commitdiff | tree | snapshot | 
| 2020-03-31 |  Tom Lane | Back-patch addition of stack overflow and interrupt... | commit | commitdiff | tree | snapshot | 
| 2020-03-30 |  Tom Lane | Be more careful about extracting encoding from locale... | commit | commitdiff | tree | snapshot | 
| 2020-03-29 |  Tom Lane | Doc: correct misstatement about ltree label maximum... | commit | commitdiff | tree | snapshot | 
| 2020-03-28 |  Tom Lane | Protect against overflow of ltree.numlevel and lquery... | commit | commitdiff | tree | snapshot | 
| 2020-03-28 |  Andres Freund | Ensure snapshot is registered within ScanPgRelation(). | commit | commitdiff | tree | snapshot | 
| 2020-03-26 |  Tom Lane | Ensure that plpgsql cleans up cleanly during parallel... | commit | commitdiff | tree | snapshot | 
| 2020-03-26 |  Peter Eisentraut | Drop slot's LWLock before returning from SaveSlotToPath() | commit | commitdiff | tree | snapshot | 
| 2020-03-23 |  Andres Freund | Add regression tests for constraint errors in partition... | commit | commitdiff | tree | snapshot | 
| 2020-03-23 |  Andres Freund | Fix potential crash after constraint violation errors... | commit | commitdiff | tree | snapshot | 
| 2020-03-23 |  Tom Lane | Doc: explain that LIKE et al can be used in ANY (sub... | commit | commitdiff | tree | snapshot | 
| 2020-03-23 |  Tom Lane | Fix our getopt_long's behavior for a command line argum... | commit | commitdiff | tree | snapshot | 
| 2020-03-23 |  Michael Paquier | Doc: Fix type of some storage parameters in CREATE... | commit | commitdiff | tree | snapshot | 
| 2020-03-22 |  Noah Misch | Revert "Skip WAL for new relfilenodes, under wal_level... | commit | commitdiff | tree | snapshot | 
| 2020-03-21 |  Noah Misch | Skip WAL for new relfilenodes, under wal_level=minimal. | commit | commitdiff | tree | snapshot | 
| 2020-03-21 |  Noah Misch | Back-patch log_newpage_range(). | commit | commitdiff | tree | snapshot | 
| 2020-03-21 |  Noah Misch | During heap rebuild, lock any TOAST index until end... | commit | commitdiff | tree | snapshot | 
| 2020-03-21 |  Noah Misch | Fix cosmetic blemishes involving rd_createSubid. | commit | commitdiff | tree | snapshot | 
| 2020-03-21 |  Bruce Momjian | docs:  use alias in WHERE clause of full text search... | commit | commitdiff | tree | snapshot | 
| 2020-03-20 |  Andrew Dunstan | Turn off deprecated bison warnings under MSVC | commit | commitdiff | tree | snapshot | 
| 2020-03-19 |  Bruce Momjian | pg_upgrade:  make get_major_server_version() err msg... | commit | commitdiff | tree | snapshot | 
| 2020-03-18 |  Fujii Masao | Correct the descriptions of recovery-related wait event... | commit | commitdiff | tree | snapshot | 
| 2020-03-18 |  Amit Kapila | Add missing errcode() in a few ereport calls. | commit | commitdiff | tree | snapshot | 
| 2020-03-17 |  Tom Lane | Doc: clarify behavior of "anyrange" pseudo-type. | commit | commitdiff | tree | snapshot | 
| 2020-03-17 |  Tom Lane | Use pkg-config, if available, to locate libxml2 during... | commit | commitdiff | tree | snapshot | 
| 2020-03-17 |  Tom Lane | Avoid holding a directory FD open across assorted SRF... | commit | commitdiff | tree | snapshot | 
| 2020-03-16 |  Alvaro Herrera | Plug memory leak | commit | commitdiff | tree | snapshot | 
| 2020-03-14 |  Bruce Momjian | C comment:  correct commented bytes of max_cached_tuplebufs | commit | commitdiff | tree | snapshot | 
| 2020-03-14 |  Tom Lane | Restructure polymorphic-type resolution in funcapi.c. | commit | commitdiff | tree | snapshot | 
| 2020-03-13 |  Tom Lane | Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. | commit | commitdiff | tree | snapshot | 
| 2020-03-13 |  Peter Eisentraut | Preserve replica identity index across ALTER TABLE... | commit | commitdiff | tree | snapshot | 
| 2020-03-12 |  Thomas Munro | Fix nextXid tracking bug on standbys (9.5-11 only). | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Tom Lane | Fix test case instability introduced in 085b6b667. | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Alvaro Herrera | Add pg_dump support for ALTER obj DEPENDS ON EXTENSION | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Tom Lane | Avoid holding a directory FD open across pg_ls_dir_file... | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Alvaro Herrera | Avoid duplicates in ALTER ... DEPENDS ON EXTENSION | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Tom Lane | Fix pg_dump/pg_restore to restore event triggers later. | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Fujii Masao | Fix bug that causes to report waiting in PS display... | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Fujii Masao | Avoid assertion failure with targeted recovery in stand... | commit | commitdiff | tree | snapshot | 
| 2020-03-07 |  Peter Eisentraut | Fix typo | commit | commitdiff | tree | snapshot | 
| 2020-03-03 |  Fujii Masao | Fix the name of the first WAL segment file, in docs. | commit | commitdiff | tree | snapshot | 
| 2020-02-28 |  Tom Lane | Doc: correct thinko in pg_buffercache documentation. | commit | commitdiff | tree | snapshot | 
| 2020-02-27 |  Michael Paquier | createdb: Fix quoting of --encoding, --lc-ctype and... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Tom Lane | Doc: discourage use of partial indexes for poor-man... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Peter Eisentraut | Fix typo | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Tom Lane | Fix confusion about event trigger vs. plain function... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Fujii Masao | Fix mesurement of elapsed time during truncating heap... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Amit Kapila | Stop demanding that top xact must be seen before subxac... | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  Tom Lane | Teach pg_dump to dump comments on RLS policy objects. | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  Fujii Masao | Add description about LogicalRewriteTruncate wait event... | commit | commitdiff | tree | snapshot | 
| next |