aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch2018-08-31
* Fix 8a934d677 for libc++ and make more include order resistant.Andres Freund2018-08-31
* Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane2018-08-31
* Ensure correct minimum consistent point on standbysMichael Paquier2018-08-31
* Code review for pg_verify_checksums.c.Tom Lane2018-08-31
* Make checksum_impl.h safe to compile with -fstrict-aliasing.Tom Lane2018-08-31
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Fix pg_verify_checksums on Windows.Amit Kapila2018-08-31
* Remove extra word from src/backend/optimizer/READMEEtsuro Fujita2018-08-31
* Add semicolons to end of internally run queriesPeter Eisentraut2018-08-30
* pg_dump: Reorganize getTableAttrs()Peter Eisentraut2018-08-30
* pg_verify_checksums: rename -d to --verboseAlvaro Herrera2018-08-30
* Error position support for partition specificationsPeter Eisentraut2018-08-30
* Error position support for defaults and check constraintsPeter Eisentraut2018-08-30
* Fix IndexInfo comments.Heikki Linnakangas2018-08-30
* Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier2018-08-29
* Make pg_restore's identify_locking_dependencies() more bulletproof.Tom Lane2018-08-28
* Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.Tom Lane2018-08-28
* Include contrib modules in the temp installation even without REGRESS.Tom Lane2018-08-28
* Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth2018-08-28
* pg_verify_checksums: Message style improvements and NLS supportPeter Eisentraut2018-08-28
* Code review for simplehash.h.Thomas Munro2018-08-28
* Fix snapshot leak warning for some proceduresPeter Eisentraut2018-08-27