aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge two assertions to make comment clearerAlvaro Herrera2019-09-12
* Improve coverage of psql for backslash commands with \if and \elifMichael Paquier2019-09-12
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Fix comment in psql's describe.cMichael Paquier2019-09-11
* Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier2019-09-11
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.Tom Lane2019-09-10
* Restructure libpq code to remove some duplicityAlvaro Herrera2019-09-10
* Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan2019-09-09
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-09
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Improve new AND CHAIN testsPeter Eisentraut2019-09-09
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Fix issues around strictness of SIMILAR TO.Tom Lane2019-09-07
* Message style fixesPeter Eisentraut2019-09-06
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-06
* Create an API for inserting and deleting rows in TOAST tables.Robert Haas2019-09-06
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* libpq: ccache -> credential cachePeter Eisentraut2019-09-06
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Use explicit_bzeroPeter Eisentraut2019-09-05
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Delay fsyncs of pg_basebackup until the end of backupMichael Paquier2019-09-04
* Make XLogReaderInvalReadState staticAlvaro Herrera2019-09-03
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Clarify pg_dump documentationPeter Eisentraut2019-09-03
* Improve base backup protocol documentationPeter Eisentraut2019-09-03
* pg_checksums: Handle read and write returns correctlyPeter Eisentraut2019-09-03
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Handle corner cases correctly in psql's reconnection logic.Tom Lane2019-09-02
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-02
* Add overflow-safe math inline functions for unsigned integersMichael Paquier2019-09-02
* Fix compiler warningPeter Eisentraut2019-09-01
* Cosmetic improvements for options-handling code in ECPGconnect().Tom Lane2019-08-31
* Error out on too many command-line argumentsPeter Eisentraut2019-08-29
* Fix typos in regression test comments.Etsuro Fujita2019-08-29
* Add .gitignore file forgotten in commit bde7493d1.Tom Lane2019-08-28
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Improve coverage of utils/float.hMichael Paquier2019-08-28