aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* pg_verify_checksums: rename -d to --verboseAlvaro Herrera2018-08-30
* Mention change of width of values generated by SERIAL sequencesAlvaro Herrera2018-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
* Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth2018-08-28
* pg_verify_checksums: Message style improvements and NLS supportPeter Eisentraut2018-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
* Fix typos.Thomas Munro2018-08-27
* Make syslogger more robust against failures in opening CSV log files.Tom Lane2018-08-26
* doc: "Latest checkpoint location" will not match in pg_upgradeBruce Momjian2018-08-25
* doc: add doc link for 'applicable_roles'Bruce Momjian2018-08-25
* docs: Clarify pg_ctl initdb option text to match options proto.Bruce Momjian2018-08-25
* docs: clarify plpython SD and GD dictionary behaviorBruce Momjian2018-08-25
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* Suppress uninitialized-variable warning in new SCRAM code.Tom Lane2018-08-24
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth2018-08-23
* In libpq, don't look up all the hostnames at once.Tom Lane2018-08-23
* Copy-editing of pg_verify_checksums help and ref pagePeter Eisentraut2018-08-23
* PL/pgSQL: Extend test casePeter Eisentraut2018-08-23
* Return type of txid_status is text, not txid_statusAlvaro Herrera2018-08-23
* doc: Clarify some wording in PL/pgSQL about transactionsPeter Eisentraut2018-08-22
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Do not dump identity sequences with excluded parent tableMichael Paquier2018-08-22
* Fix typoAlvaro Herrera2018-08-21
* fix typoAlvaro Herrera2018-08-21
* Fix typoAlvaro Herrera2018-08-21
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix typo in description of enable_parallel_hashMichael Paquier2018-08-21
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* MSVC: Finish clean.bat tmp_check coverage.Noah Misch2018-08-19
* MSVC: Remove any tmp_check directory before running a TAP test suite.Noah Misch2018-08-19