aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-05
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Add check for syscache lookup failure in update_relispartition().Tom Lane2019-05-05
* pg_verify_checksums: Fix message punctuationPeter Eisentraut2019-05-04
* pg_dump: Fix newline in error messagePeter Eisentraut2019-05-04
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Fix potential catalog corruption with temporary identity columnsPeter Eisentraut2019-04-29
* Portability fix for zic.c.Tom Lane2019-04-26
* Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane2019-04-26
* Update time zone data files to tzdata release 2019a.Tom Lane2019-04-26
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Make pg_dump emit ATTACH PARTITION instead of PARTITION OFAlvaro Herrera2019-04-24
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17
* Fix unportable code in pgbench.Tom Lane2019-04-17
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-15
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-14
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Fix off-by-one check that can lead to a memory overflow in ecpg.Michael Meskes2019-04-11
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-10
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix partition tuple routing with dropped attributesMichael Paquier2019-04-08
* Avoid fetching past the end of the indoption array.Tom Lane2019-04-07
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-03
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02