aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* docs: improve AT TIME ZONE descriptionBruce Momjian2018-09-04
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Clean up after TAP tests in oid2name and vacuumlo.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
* Doc: fix oversights in "Client/Server Character Set Conversions" table.Tom Lane2018-09-01
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Add Greek characters to unaccent.rules.Thomas Munro2018-09-02
* 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
* Enforce cube dimension limit in all cube construction functionsAlexander Korotkov2018-08-31
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-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
* Mention change of width of values generated by SERIAL sequencesAlvaro 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
* postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth2018-08-28
* Rework option set of vacuumloMichael Paquier2018-08-28
* Rework option set of oid2nameMichael Paquier2018-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
* Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.Tom Lane2018-08-27
* Add some not null constraints to catalogsPeter Eisentraut2018-08-27
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-27
* Fix typos.Thomas Munro2018-08-27