2020-04-09 |
Tom Lane | Cosmetic improvements for default text search parser... |
commit | commitdiff | tree |
2020-04-09 |
Amit Kapila | Allow parallel create index to accumulate buffer usage... |
commit | commitdiff | tree |
2020-04-08 |
Tom Lane | Fix pg_dump/pg_restore to restore event trigger comment... |
commit | commitdiff | tree |
2020-04-08 |
Tom Lane | Fix circle_in to accept "(x,y),r" as it's advertised... |
commit | commitdiff | tree |
2020-04-07 |
Tom Lane | Adjust bytea get_bit/set_bit to cope with bytea strings... |
commit | commitdiff | tree |
2020-04-06 |
Michael Paquier | Preserve clustered index after rewrites with ALTER... |
commit | commitdiff | tree |
2020-04-06 |
Andres Freund | Use TransactionXmin instead of RecentGlobalXmin in... |
commit | commitdiff | tree |
2020-04-05 |
Peter Eisentraut | Save errno across LWLockRelease() calls |
commit | commitdiff | tree |
2020-04-03 |
Tom Lane | Fix bugs in gin_fuzzy_search_limit processing. |
commit | commitdiff | tree |
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 |
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 |
Bruce Momjian | doc: adjust UPDATE/DELETE's FROM/USING to match SELECT... |
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 |
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-23 |
Andres Freund | Add regression tests for constraint errors in partition... |
commit | commitdiff | tree |
2020-03-23 |
Andres Freund | Fix potential crash after constraint violation errors... |
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 | Back-patch log_newpage_range(). |
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-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-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-12 |
Thomas Munro | Fix nextXid tracking bug on standbys (9.5-11 only). |
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-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-07 |
Peter Eisentraut | Fix typo |
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-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 |
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-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 |
Fujii Masao | Add description about LogicalRewriteTruncate wait event... |
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 11.7. REL_11_7 |
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 |
2020-02-09 |
Tom Lane | Revert "docs: change "default role" wording to "predefi... |
commit | commitdiff | tree |
2020-02-09 |
Tom Lane | Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21... |
commit | commitdiff | tree |
2020-02-09 |
Tom Lane | Store the deletion horizon XID for a deleted GIN page... |
commit | commitdiff | tree |
2020-02-06 |
Fujii Masao | Add note about access permission checks by inherited... |
commit | commitdiff | tree |
2020-02-06 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
2020-02-06 |
Fujii Masao | Fix bug in LWLock statistics mechanism. |
commit | commitdiff | tree |
2020-02-05 |
Andrew Gierth | Force tuple conversion when the source has missing... |
commit | commitdiff | tree |
2020-02-05 |
Alvaro Herrera | ALTER SUBSCRIPTION / REFRESH docs: explain copy_data |
commit | commitdiff | tree |
2020-02-05 |
Noah Misch | When a TAP file has non-zero exit status, retain tempor... |
commit | commitdiff | tree |
2020-02-05 |
Fujii Masao | Add note about how each partition's default value is... |
commit | commitdiff | tree |
next |