2020-04-03 |
Tom Lane | Fix bogus CALLED_AS_TRIGGER() defenses. |
commit | commitdiff | tree |
2020-04-02 |
Bruce Momjian | doc: remove unnecessary INNER keyword |
commit | commitdiff | tree |
2020-04-02 |
Bruce Momjian | doc: remove comma, related to commit 92d31085e9 |
commit | commitdiff | tree |
2020-04-01 |
Tom Lane | Check equality semantics for unique indexes on partitio... |
commit | commitdiff | tree |
2020-04-01 |
Michael Paquier | Fix crash in psql when attempting to reuse old connection |
commit | commitdiff | tree |
2020-04-01 |
Bruce Momjian | psql: do file completion for \gx |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: remove mention of bitwise operators as solely... |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: clarify hierarchy of objects: global, db, schema... |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: restore wording from recent patch "rolled back to" |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: clarify when row-level locks are released |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: add namespace column to pg_buffercache example... |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: clarify which table creation is used for inherita... |
commit | commitdiff | tree |
2020-03-31 |
Tom Lane | Fix race condition in statext_store(). |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | doc: adjust UPDATE/DELETE's FROM/USING to match SELECT... |
commit | commitdiff | tree |
2020-03-31 |
Bruce Momjian | Allow ecpg to be built stand-alone, allow parallel... |
commit | commitdiff | tree |
2020-03-31 |
Tom Lane | Teach pg_ls_dir_files() to ignore ENOENT failures from... |
commit | commitdiff | tree |
2020-03-31 |
Tom Lane | Back-patch addition of stack overflow and interrupt... |
commit | commitdiff | tree |
2020-03-30 |
Michael Paquier | Revert "Skip redundant anti-wraparound vacuums" |
commit | commitdiff | tree |
2020-03-30 |
Peter Geoghegan | Consistently truncate non-key suffix columns. |
commit | commitdiff | tree |
2020-03-30 |
Tom Lane | Be more careful about extracting encoding from locale... |
commit | commitdiff | tree |
2020-03-29 |
Tom Lane | Doc: correct misstatement about ltree label maximum... |
commit | commitdiff | tree |
2020-03-28 |
Tom Lane | Protect against overflow of ltree.numlevel and lquery... |
commit | commitdiff | tree |
2020-03-28 |
Andres Freund | Ensure snapshot is registered within ScanPgRelation(). |
commit | commitdiff | tree |
2020-03-26 |
Tom Lane | Ensure that plpgsql cleans up cleanly during parallel... |
commit | commitdiff | tree |
2020-03-26 |
Peter Eisentraut | Drop slot's LWLock before returning from SaveSlotToPath() |
commit | commitdiff | tree |
2020-03-24 |
Tom Lane | Re-implement the ereport() macro using __VA_ARGS__. |
commit | commitdiff | tree |
2020-03-23 |
Andres Freund | Add regression tests for constraint errors in partition... |
commit | commitdiff | tree |
2020-03-23 |
Tom Lane | Doc: explain that LIKE et al can be used in ANY (sub... |
commit | commitdiff | tree |
2020-03-23 |
Tom Lane | Fix our getopt_long's behavior for a command line argum... |
commit | commitdiff | tree |
2020-03-23 |
Michael Paquier | Doc: Fix type of some storage parameters in CREATE... |
commit | commitdiff | tree |
2020-03-22 |
Noah Misch | Revert "Skip WAL for new relfilenodes, under wal_level... |
commit | commitdiff | tree |
2020-03-21 |
Noah Misch | Skip WAL for new relfilenodes, under wal_level=minimal. |
commit | commitdiff | tree |
2020-03-21 |
Noah Misch | In log_newpage_range(), heed forkNum and page_std argum... |
commit | commitdiff | tree |
2020-03-21 |
Noah Misch | During heap rebuild, lock any TOAST index until end... |
commit | commitdiff | tree |
2020-03-21 |
Noah Misch | Fix cosmetic blemishes involving rd_createSubid. |
commit | commitdiff | tree |
2020-03-21 |
Bruce Momjian | docs: use alias in WHERE clause of full text search... |
commit | commitdiff | tree |
2020-03-20 |
Andrew Dunstan | Turn off deprecated bison warnings under MSVC |
commit | commitdiff | tree |
2020-03-19 |
Bruce Momjian | pg_upgrade: make get_major_server_version() err msg... |
commit | commitdiff | tree |
2020-03-19 |
Michael Paquier | Fix comment related to concurrent index swapping in... |
commit | commitdiff | tree |
2020-03-18 |
Fujii Masao | Correct the descriptions of recovery-related wait event... |
commit | commitdiff | tree |
2020-03-18 |
Amit Kapila | Add missing errcode() in a few ereport calls. |
commit | commitdiff | tree |
2020-03-18 |
Michael Paquier | Fix typo in indexcmds.c |
commit | commitdiff | tree |
2020-03-17 |
Alvaro Herrera | Fix consistency issues with replication slot copy |
commit | commitdiff | tree |
2020-03-17 |
Tom Lane | Doc: clarify behavior of "anyrange" pseudo-type. |
commit | commitdiff | tree |
2020-03-17 |
Tom Lane | Use pkg-config, if available, to locate libxml2 during... |
commit | commitdiff | tree |
2020-03-17 |
Tom Lane | Avoid holding a directory FD open across assorted SRF... |
commit | commitdiff | tree |
2020-03-16 |
Alvaro Herrera | Document pg_ls_*dir hiding of directories and special... |
commit | commitdiff | tree |
2020-03-16 |
Alvaro Herrera | Plug memory leak |
commit | commitdiff | tree |
2020-03-14 |
Tom Lane | Restructure polymorphic-type resolution in funcapi.c. |
commit | commitdiff | tree |
2020-03-13 |
Tom Lane | Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. |
commit | commitdiff | tree |
2020-03-13 |
Peter Eisentraut | Preserve replica identity index across ALTER TABLE... |
commit | commitdiff | tree |
2020-03-11 |
Tom Lane | Fix test case instability introduced in 085b6b667. |
commit | commitdiff | tree |
2020-03-11 |
Peter Geoghegan | Paper over bt_metap() oldest_xact bug in backbranches. |
commit | commitdiff | tree |
2020-03-11 |
Alvaro Herrera | Add pg_dump support for ALTER obj DEPENDS ON EXTENSION |
commit | commitdiff | tree |
2020-03-11 |
Tom Lane | Avoid holding a directory FD open across pg_ls_dir_file... |
commit | commitdiff | tree |
2020-03-11 |
Alvaro Herrera | Avoid duplicates in ALTER ... DEPENDS ON EXTENSION |
commit | commitdiff | tree |
2020-03-10 |
Michael Paquier | Prevent reindex of invalid indexes on TOAST tables |
commit | commitdiff | tree |
2020-03-09 |
Tom Lane | Fix pg_dump/pg_restore to restore event triggers later. |
commit | commitdiff | tree |
2020-03-09 |
Fujii Masao | Fix bug that causes to report waiting in PS display... |
commit | commitdiff | tree |
2020-03-09 |
Fujii Masao | Avoid assertion failure with targeted recovery in stand... |
commit | commitdiff | tree |
2020-03-09 |
Michael Paquier | Doc: fix some description of environment variables... |
commit | commitdiff | tree |
2020-03-07 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2020-03-05 |
Michael Paquier | Fix more issues with dependency handling at swap phase... |
commit | commitdiff | tree |
2020-03-03 |
Michael Paquier | Fix assertion failure with ALTER TABLE ATTACH PARTITION... |
commit | commitdiff | tree |
2020-03-03 |
Fujii Masao | Fix the name of the first WAL segment file, in docs. |
commit | commitdiff | tree |
2020-03-03 |
Michael Paquier | Preserve pg_index.indisclustered across REINDEX CONCURR... |
commit | commitdiff | tree |
2020-03-02 |
Michael Paquier | Fix command-line colorization on Windows with VT100... |
commit | commitdiff | tree |
2020-02-29 |
Tom Lane | Correctly re-use hash tables in buildSubPlanHash(). |
commit | commitdiff | tree |
2020-02-29 |
Tom Lane | Avoid failure if autovacuum tries to access a just... |
commit | commitdiff | tree |
2020-02-28 |
Tom Lane | Doc: correct thinko in pg_buffercache documentation. |
commit | commitdiff | tree |
2020-02-27 |
Michael Paquier | Remove TAP test for createdb --lc-ctype |
commit | commitdiff | tree |
2020-02-27 |
Michael Paquier | Skip foreign tablespaces when running pg_checksums... |
commit | commitdiff | tree |
2020-02-27 |
Michael Paquier | createdb: Fix quoting of --encoding, --lc-ctype and... |
commit | commitdiff | tree |
2020-02-26 |
Tom Lane | Suppress unnecessary RelabelType nodes in more cases. |
commit | commitdiff | tree |
2020-02-26 |
Alvaro Herrera | Fix docs regarding AFTER triggers on partitioned tables |
commit | commitdiff | tree |
2020-02-24 |
Michael Paquier | Add prefix checks in exclude lists for pg_rewind, pg_ch... |
commit | commitdiff | tree |
2020-02-21 |
Michael Paquier | Doc: Fix instructions to control build environment... |
commit | commitdiff | tree |
2020-02-20 |
Alvaro Herrera | Simplify FK-to-partitioned regression test query |
commit | commitdiff | tree |
2020-02-20 |
Etsuro Fujita | Remove extra word from comment. |
commit | commitdiff | tree |
2020-02-19 |
Tom Lane | Doc: discourage use of partial indexes for poor-man... |
commit | commitdiff | tree |
2020-02-19 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2020-02-19 |
Tom Lane | Fix confusion about event trigger vs. plain function... |
commit | commitdiff | tree |
2020-02-19 |
Fujii Masao | Fix mesurement of elapsed time during truncating heap... |
commit | commitdiff | tree |
2020-02-19 |
Amit Kapila | Stop demanding that top xact must be seen before subxac... |
commit | commitdiff | tree |
2020-02-17 |
Tom Lane | Teach pg_dump to dump comments on RLS policy objects. |
commit | commitdiff | tree |
2020-02-17 |
Peter Eisentraut | Fill in extraUpdatedCols in logical replication |
commit | commitdiff | tree |
2020-02-17 |
Fujii Masao | Add description about GSSOpenServer wait event into... |
commit | commitdiff | tree |
2020-02-17 |
Fujii Masao | Add description about LogicalRewriteTruncate wait event... |
commit | commitdiff | tree |
2020-02-16 |
Tom Lane | Try again to work around Windows' ERROR_SHARING_VIOLATI... |
commit | commitdiff | tree |
2020-02-13 |
Tom Lane | Avoid a performance regression in float overflow/underf... |
commit | commitdiff | tree |
2020-02-12 |
Tom Lane | Doc: fix old oversights in GRANT/REVOKE documentation. |
commit | commitdiff | tree |
2020-02-11 |
Peter Eisentraut | Document the pg_upgrade -j/--jobs option as taking... |
commit | commitdiff | tree |
2020-02-10 |
Tom Lane | Stamp 12.2. REL_12_2 |
commit | commitdiff | tree |
2020-02-10 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2020-02-10 |
Alvaro Herrera | createuser: fix parsing of --connection-limit argument |
commit | commitdiff | tree |
2020-02-10 |
Alvaro Herrera | Fix priv checks for ALTER <object> DEPENDS ON EXTENSION |
commit | commitdiff | tree |
2020-02-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2020-02-10 |
Michael Paquier | Revert "pg_upgrade: Fix quoting of some arguments in... |
commit | commitdiff | tree |
2020-02-10 |
Amit Kapila | doc: Spell checking |
commit | commitdiff | tree |
2020-02-10 |
Michael Paquier | pg_upgrade: Fix quoting of some arguments in pg_ctl... |
commit | commitdiff | tree |
next |