aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Lower lock level for renaming indexesPeter Eisentraut2018-11-14
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Add flag values in WAL description to all heap recordsMichael Paquier2018-11-14
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera2018-11-13
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13
* Fix realfailN lexer rules to not make assumptions about input format.Tom Lane2018-11-13
* Remove unused code in ECPG.Tom Lane2018-11-13
* Align ECPG lexer more closely with the core and psql lexers.Tom Lane2018-11-13
* doc: Fix minor whitespace issuePeter Eisentraut2018-11-13
* pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut2018-11-13
* Fix const correctness warning.Thomas Munro2018-11-13
* Fix the initialization of atomic variables introduced by theAmit Kapila2018-11-13
* Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro2018-11-13
* Fix possible buffer overrun in hba.c.Thomas Munro2018-11-13
* Remove CommandCounterIncrement() after processing ON COMMIT DELETEMichael Paquier2018-11-13
* Simplify null-element handling in extension_config_remove().Tom Lane2018-11-12
* Limit the number of index clauses considered in choose_bitmap_and().Tom Lane2018-11-12
* Fix incorrect author name in release notesMichael Paquier2018-11-12
* doc: Small punctuation improvementPeter Eisentraut2018-11-12
* doc: Small run-time pruning doc fixPeter Eisentraut2018-11-12
* Disable MSVC warning caused by recent snprintf.c changesAndrew Dunstan2018-11-10
* Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.Andres Freund2018-11-10
* Apply RI trigger skipping tests also for DELETEPeter Eisentraut2018-11-10
* Remove dead foreign key optimization codePeter Eisentraut2018-11-10
* Combine two flag tests in GetSnapshotData().Andres Freund2018-11-09
* docs: Adapt wal_segment_size docs to fc49e24fa69.Andres Freund2018-11-09
* Fix error-cleanup mistakes in exec_stmt_call().Tom Lane2018-11-09
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Remove ineffective check against dropped columns from slot_getattr().Andres Freund2018-11-09
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Fix incorrect routine name in xlog_heapam.hMichael Paquier2018-11-10
* Indicate session name in isolationtester noticesAlvaro Herrera2018-11-09
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-09
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Adjust valgrind fix in commit 517b0d0b5fAndrew Dunstan2018-11-08
* Fix incorrect routine name reference in partprune.cMichael Paquier2018-11-08
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-07
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-07
* Use parallel installcheck in vcregress.pl's upgrade testAndrew Dunstan2018-11-07
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* Quiet valgrind complaints following pread/pwrite changesAndrew Dunstan2018-11-07
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-07
* Build HashState's hashkeys expression with the correct parent.Andres Freund2018-11-07
* Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund2018-11-07
* Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane2018-11-07
* Last-minute updates for release notes.Tom Lane2018-11-06
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* Remove set-but-unused variable.Thomas Munro2018-11-07