summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2023-04-23Validate ltree siglen GiST option to be int-alignedHEADmasterAlexander Korotkov
2023-04-21doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq.Fujii Masao
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Doc: clarify NULLS NOT DISTINCT use in unique indexesDavid Rowley
2023-04-19Fix generation of distribution tarballMichael Paquier
2023-04-18Build ICU support by default.Jeff Davis
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-04-16Doc: remove notes about the version vacuumdb options are valid fromDavid Rowley
2023-04-16Doc: add note about --buffer-usage-limit being v16 onwardsDavid Rowley
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-14doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson
2023-04-14doc: Fix some grammar for logical decoding description and functionsMichael Paquier
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-13doc: Make HTML ids discoverablePeter Eisentraut
2023-04-13Add missing XML ID attributePeter Eisentraut
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Document BaseBackupSync and BaseBackupWrite wait events.Robert Haas
2023-04-12doc: Reword unexplained abbreviationDaniel Gustafsson
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-04-11Document new pg_subscription columns.Robert Haas
2023-04-11Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2023-04-10Doc: add missed entries in BRIN extensibility tables.Tom Lane
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-10Doc: adjust examples of EXTRACT() output to match current reality.Tom Lane
2023-04-10Doc: avoid using pg_get_publication_tables() in an example.Tom Lane
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Doc: Fix the datatype of the newly added SUBSCRIPTION options.Amit Kapila
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.Tom Lane
2023-04-07Add pg_buffercache_usage_counts() to contrib/pg_buffercache.Tom Lane
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-06postgres_fdw: Add support for parallel abort.Etsuro Fujita
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra