aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-14
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Improve autovacuum logging for aggressive and anti-wraparound runsMichael Paquier2018-09-14
* Message style improvementsPeter Eisentraut2018-09-13
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-13
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Simplify static function in extension.cMichael Paquier2018-09-13
* Simplify index tuple descriptor initializationPeter Eisentraut2018-09-13
* Minor fixes for psql tab completion.Tom Lane2018-09-12
* Repair bug in regexp split performance improvements.Andrew Gierth2018-09-12
* ecpg: Change --version output to common stylePeter Eisentraut2018-09-12
* Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane2018-09-11
* Parse more strictly integer parameters from connection strings in libpqMichael Paquier2018-09-12
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Use -Bsymbolic for shared libraries on HP-UX and Solaris.Tom Lane2018-09-10
* Hide a static inline from FRONTEND code.Tom Lane2018-09-10
* Prevent mis-linking of src/port and src/common functions on *BSD.Tom Lane2018-09-09
* Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov2018-09-09
* Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov2018-09-09
* Work around stdbool problem in dfmgr.c.Tom Lane2018-09-09
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Allow ENOENT in check_mode_recursive().Noah Misch2018-09-08
* Fix logical subscriber wait in test.Noah Misch2018-09-08
* Minor cleanup/future-proofing for pg_saslprep().Tom Lane2018-09-08
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane2018-09-07
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Improve handling of corrupted two-phase state files at recoveryMichael Paquier2018-09-07
* Refactor installation of extension headers.Andrew Gierth2018-09-07
* libpq: Change "options" dispchar to normalPeter Eisentraut2018-09-07
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Fix inconsistent argument naming.Tom Lane2018-09-06
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila2018-09-06
* Allow extensions to install built as well as unbuilt headers.Andrew Gierth2018-09-05
* Remove no-longer-used variable.Tom Lane2018-09-05
* Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane2018-09-05
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* PL/Python: Remove use of simple slicing APIPeter Eisentraut2018-09-05
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-04
* During the split, set checksum on an empty hash index page.Amit Kapila2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Fix initial sync of slot parent directory when restoring statusMichael Paquier2018-09-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-01