Commit Graph

45640 Commits (02e669c0f7ddbdc4f1ca74bfa5ccfcfca782f144)
 

Author SHA1 Message Date
Andrew Gierth 02e669c0f7 Fix hstore hash function for empty hstores upgraded from 8.4. 7 years ago
Tom Lane 3645d31934 Update additional float4/8 expected-output files. 7 years ago
Tom Lane e473e1f2b8 Fix float-to-integer coercions to handle edge cases correctly. 7 years ago
Andrew Gierth 2e497ed235 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Alvaro Herrera a5586a0e0b Don't allow partitioned indexes in pg_global tablespace 7 years ago
Peter Eisentraut efcb06f1f5 doc: Fix typo 7 years ago
Michael Paquier 3dab288f49 Clarify documentation about PASSWORD in CREATE/ALTER ROLE 7 years ago
Tom Lane 595220a3a3 Fix another crash in json{b}_populate_recordset and json{b}_to_recordset. 7 years ago
Tom Lane 2c0791376a Doc: rework introductory documentation about covering indexes. 7 years ago
Bruce Momjian dbd9bfd718 doc: adjust time zone names text, v2 7 years ago
Bruce Momjian 2ca4e559de doc: adjust time zone names text 7 years ago
Peter Eisentraut dc6b125316 doc: Clarify CREATE TYPE ENUM documentation 7 years ago
Tom Lane e2631255e4 Add needed #include. 7 years ago
Tom Lane 8dc49a8934 Handle EPIPE more sanely when we close a pipe reading from a program. 7 years ago
Tom Lane 923f9c2def Postpone LLVM-related uses of AC_CHECK_DECLS. 7 years ago
Tom Lane dcd6200165 Fix configure's AC_CHECK_DECLS tests to work correctly with clang. 7 years ago
Alvaro Herrera a4db7fe0f7 Disallow COPY FREEZE on partitioned tables 7 years ago
Thomas Munro 6534d544cd PANIC on fsync() failure. 7 years ago
Thomas Munro 542e6f3861 Don't forget about failed fsync() requests. 7 years ago
Tom Lane b81ef6386e Fix AC_REQUIRES breakage in LLVM autoconf tests. 7 years ago
Tomas Vondra bf070ce09e Add valgrind suppressions for wcsrtombs optimizations 7 years ago
Peter Eisentraut 59f372e082 Correct code comments for PartitionedRelPruneInfo struct 7 years ago
Peter Eisentraut fd5274a65b Update executor documentation for run-time partition pruning 7 years ago
Andres Freund 8fbb2a92e0 Make reformat-dat-files, reformat-dat-files VPATH safe. 7 years ago
Amit Kapila e8ba27a4ce Fix the omission in docs. 7 years ago
Thomas Munro fa2ceaca43 Use 64 bit type for BufFileSize(). 7 years ago
Tom Lane b8182d6293 Doc: remove claim that all \pset format options are unique in 1 letter. 7 years ago
Tom Lane 4618fdd674 Second try at fixing numeric data passed through an ECPG SQLDA. 7 years ago
Michael Paquier 464dc037ff Initialize TransactionState and user ID consistently at transaction start 7 years ago
Tom Lane 68393f3fd6 Fix incorrect results for numeric data passed through an ECPG SQLDA. 7 years ago
Peter Eisentraut b72b4fafb9 pg_dump: Fix dumping of WITH OIDS tables 7 years ago
Thomas Munro f43e679b53 Fix const correctness warning. 7 years ago
Amit Kapila d4d9f21b64 Fix the initialization of atomic variables introduced by the 7 years ago
Thomas Munro 6b6c64a96d Fix handling of HBA ldapserver with multiple hostnames. 7 years ago
Thomas Munro 726ca18f94 Fix possible buffer overrun in hba.c. 7 years ago
Tom Lane 15b9d47c8e Limit the number of index clauses considered in choose_bitmap_and(). 7 years ago
Michael Paquier 5f1f59282c Fix incorrect author name in release notes 7 years ago
Andres Freund 431b25c9b1 docs: Adapt wal_segment_size docs to fc49e24fa6. 7 years ago
Tom Lane 8e02ee788f Fix error-cleanup mistakes in exec_stmt_call(). 7 years ago
Tom Lane 1b55acb2cf Fix missing role dependencies for some schema and type ACLs. 7 years ago
Michael Paquier 84b4a0cf66 Fix dependency handling of partitions and inheritance for ON COMMIT 7 years ago
Tom Lane 7b08b4a8ad Disallow setting client_min_messages higher than ERROR. 7 years ago
Alvaro Herrera e0c05bf4a7 Revise attribute handling code on partition creation 7 years ago
Tom Lane d06fe6ce2c Last-minute updates for release notes. 7 years ago
Tom Lane 05f84605db Disable recheck_on_update optimization to avoid crashes. 7 years ago
Bruce Momjian 1833d23690 GUC: adjust effective_cache_size SQL descriptions 7 years ago
Tom Lane 1f28ec6be2 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 7 years ago
Tom Lane fef63a80bb Stamp 11.1. 7 years ago
Tom Lane 1623740d84 Last-minute updates for release notes. 7 years ago
Andres Freund 9c7049ef4f Fix copy-paste error in errhint() introduced in 691d79a079. 7 years ago