Commit Graph

6311 Commits (4a3fdbdf766d80b21271e32da865801ab005d786)

Author SHA1 Message Date
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Magnus Hagander 1cc4f536ef Support huge pages on Windows 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Andrew Dunstan cc4feded0a Centralize json and jsonb handling of datetime types 8 years ago
Peter Eisentraut d91da5eced Remove useless use of bit-masking macros 8 years ago
Peter Eisentraut 9e945f8626 Fix Latin spelling 8 years ago
Peter Eisentraut acc67ffd0a Give more accurate error message for dropping pinned portal 8 years ago
Andrew Dunstan 11b623dd0a Implement TZH and TZM timestamp format patterns 8 years ago
Peter Eisentraut 0f7c49e855 Update portal-related memory context names and API 8 years ago
Alvaro Herrera bab2969867 Fix typo 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Alvaro Herrera be2343221f Protect against hypothetical memory leaks in RelationGetPartitionKey 8 years ago
Teodor Sigaev ff963b393c Add polygon opclass for SP-GiST 8 years ago
Alvaro Herrera 9373baa0f7 Minor edits to catalog files and scripts 8 years ago
Alvaro Herrera 8a0596cb65 Get rid of copy_partition_key 8 years ago
Tom Lane c98c35cd08 Avoid putting build-location-dependent strings into generated files. 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Andres Freund ab9e0e718a Add shared tuplestores. 8 years ago
Magnus Hagander 7731c32087 Fix typo on comment 8 years ago
Tom Lane b31a9d7dd3 Suppress compiler warning about no function return value. 8 years ago
Andres Freund 9c2f0a6c3c Fix pruning of locked and updated tuples. 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Andres Freund 8e211f5391 Add float.h include to int8.c, for isnan(). 8 years ago
Andres Freund f512a6e132 Consistently use PG_INT(16|32|64)_(MIN|MAX). 8 years ago
Andres Freund 101c7ee3ee Use new overflow aware integer operations. 8 years ago
Robert Haas 95b52351fe Remove obsolete comment. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Tom Lane 7ca25b7de6 Fix neqjoinsel's behavior for semi/anti join cases. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Joe Conway 752714dd9d Make has_sequence_privilege support WITH GRANT OPTION 8 years ago
Tom Lane df3a66e282 Improve planner's handling of set-returning functions in grouping columns. 8 years ago
Tom Lane 0f2458ff5f Improve valgrind logic in aset.c, and fix multiple issues in generation.c. 8 years ago
Tom Lane f65d21b258 Mostly-cosmetic improvements in memory chunk header alignment coding. 8 years ago
Tom Lane cc3c4af4a9 Fix bug in generation.c's valgrind support. 8 years ago
Tom Lane 07bd77b95a Ensure sizeof(GenerationChunk) is maxaligned. 8 years ago
Simon Riggs b99661c2ff Tweak code for older compilers 8 years ago
Simon Riggs a4ccc1cef5 Generational memory allocator 8 years ago
Simon Riggs 2ede45c3a4 Fix pg_control_checkpoint from commit 4b0d28de06 8 years ago
Tom Lane 52f63bd916 Fix compiler warning in rangetypes_spgist.c. 8 years ago
Tom Lane 4797f9b519 Merge near-duplicate code in RI triggers. 8 years ago
Tom Lane 976a1a48fc Improve to_date/to_number/to_timestamp behavior with multibyte characters. 8 years ago
Tom Lane 63ca86318d Fix quoted-substring handling in format parsing for to_char/to_number/etc. 8 years ago
Robert Haas 611fe7d479 Update postgresql.conf.sample comment for bgwriter_lru_maxpages 8 years ago
Tom Lane e87d4965bd Prevent to_number() from losing data when template doesn't match exactly. 8 years ago
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago