Commit Graph

8898 Commits (4e784f35145bc6e01d54282afe10d9bb5200ebfe)

Author SHA1 Message Date
Heikki Linnakangas 6655a7299d Use full 64-bit XID for checking if a deleted GiST page is old enough. 7 years ago
Tom Lane a0555ddab9 Install dependencies to prevent dropping partition key columns. 7 years ago
Peter Eisentraut 7961886580 Revert "initdb: Change authentication defaults" 7 years ago
Peter Eisentraut 09f08930f0 initdb: Change authentication defaults 7 years ago
Peter Eisentraut 19781729f7 Make identity sequence management more robust 7 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
David Rowley 3373c71553 Speed up finding EquivalenceClasses for a given set of rels 7 years ago
Tomas Vondra e38a55ba46 Rework examine_opclause_expression to use varonleft 7 years ago
Peter Geoghegan d004147eb3 Fix nbtree metapage cache upgrade bug. 7 years ago
Tom Lane bc8393cf27 Further adjust SPITupleTable to provide a public row-count field. 7 years ago
Tomas Vondra e8b6ae2130 Fix handling of opclauses in extended statistics 7 years ago
Andres Freund 21039555cd tableam: comment improvements. 7 years ago
Tom Lane fec0778c80 Clarify the distinction between public and private SPITupleTable fields. 7 years ago
Tom Lane d97b714a21 Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
Thomas Munro dfd0121dc7 Move some md.c-specific logic from smgr.c to md.c. 7 years ago
Tom Lane c245776906 Remove lappend_cell...() family of List functions. 7 years ago
Tom Lane 2f5b8eb5a2 Clean up some ad-hoc code for sorting and de-duplicating Lists. 7 years ago
Tom Lane 569ed7f483 Redesign the API for list sorting (list_qsort becomes list_sort). 7 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 7 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
Thomas Munro 67b9b3ca32 Provide XLogRecGetFullXid(). 7 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 7 years ago
Alexander Korotkov 565f339000 Forgotten catversion bump 7 years ago
Alexander Korotkov 075f0a880f Add support for <-> (box, point) operator to SP-GiST box_ops 7 years ago
Alexander Korotkov c085e1c1cb Add support for <-> (box, point) operator to GiST box_ops 7 years ago
Alexander Korotkov 6254c55f81 Add missing commutators for distance operators 7 years ago
Thomas Munro 1321509fa4 Introduce timed waits for condition variables. 7 years ago
Amit Kapila bd56cd75d2 Fix few typos and minor wordsmithing in tableam comments. 7 years ago
Robert Haas 554106b116 tableam: Provide helper functions for relation sizing. 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Michael Paquier d1a040543b Remove more unreferenced function declarations 7 years ago
Tom Lane 79b94716e7 Remove unreferenced function declarations. 7 years ago
Tom Lane 0ab1a2e39b Remove dead encoding-conversion functions. 7 years ago
Michael Paquier 313f87a171 Add min() and max() aggregates for pg_lsn 7 years ago
Michael Paquier 8a810a177c Update hardcoded DH parameters to IANA standards 7 years ago
Tomas Vondra 08aa131c7a Simplify pg_mcv_list (de)serialization 7 years ago
Tomas Vondra 4d66285adc Fix pg_mcv_list_items() to produce text[] 7 years ago
Peter Eisentraut 7b925e1270 Sync our Snowball stemmer dictionaries with current upstream 7 years ago
Michael Paquier cfc40d384a Introduce safer encoding and decoding routines for base64.c 7 years ago
Tom Lane 615cebc94b Stamp HEAD as 13devel. 7 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 7 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 7 years ago
Noah Misch 459c3cdb4a Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType. 7 years ago
Peter Eisentraut 21f428ebde Don't call data type input functions in GUC check hooks 7 years ago
Peter Eisentraut 666cbae16d Remove explicit error handling for obsolete date/time values 7 years ago
Michael Paquier 322c5bfdc3 Remove remaining traces of Rand_OpenSSL() from the tree 7 years ago
Thomas Munro a2dec37480 Remove misleading comment from pathnodes.h. 7 years ago
Peter Eisentraut 82be666ee3 Update unicode_norm_table.h to Unicode 12.1.0 7 years ago
Tom Lane 1323bfce55 Fix spinlock assembly code for MIPS so it works on MIPS r6. 7 years ago
Alexander Korotkov 261a5c1928 Support 'q' flag in jsonpath 'like_regex' predicate 7 years ago