Commit Graph

45596 Commits (20bef2c3110af295501919bac463b87ac58876de)
 

Author SHA1 Message Date
Alvaro Herrera 20bef2c311 Fix ALTER/TYPE on columns referenced by FKs in partitioned tables 7 years ago
Andrew Gierth 728202b63c Order active window clauses for greater reuse of Sort nodes. 7 years ago
Amit Kapila 75f9c4ca5a Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 7 years ago
Michael Paquier 0ba06e0bfb Allow concurrent-safe open() and fopen() in frontend code for Windows 7 years ago
Michael Paquier 28a8fa984c Improve autovacuum logging for aggressive and anti-wraparound runs 7 years ago
Peter Eisentraut f48fa2bc8b Message style improvements 7 years ago
Andres Freund 240d40db88 Detect LLVM 7 without specifying binaries explicitly. 7 years ago
Tom Lane 23bd3cec6e Attempt to identify system timezone by reading /etc/localtime symlink. 7 years ago
Amit Kapila bc153c941d Attach FPI to the first record after full_page_writes is turned on. 7 years ago
Michael Paquier 514a731ddc Simplify static function in extension.c 7 years ago
Peter Eisentraut e5f1bb92cf Simplify index tuple descriptor initialization 7 years ago
Tom Lane 7046d30246 Minor fixes for psql tab completion. 7 years ago
Andrew Gierth b7f6bcbffc Repair bug in regexp split performance improvements. 7 years ago
Peter Eisentraut ba37349cff ecpg: Change --version output to common style 7 years ago
Tom Lane 2970afa6cf Add PQresultMemorySize function to report allocated size of a PGresult. 7 years ago
Michael Paquier e7a2217978 Parse more strictly integer parameters from connection strings in libpq 7 years ago
Bruce Momjian 0d45cd96fd doc: adjust PG 11 release notes 7 years ago
Tom Lane fedc97cdfd Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Andrew Gierth 500d49794f Repair double-free in SP-GIST rescan (bug #15378) 7 years ago
Tom Lane 4fa3741d1c Use -Bsymbolic for shared libraries on HP-UX and Solaris. 7 years ago
Tom Lane 14ea365203 Hide a static inline from FRONTEND code. 7 years ago
Tom Lane e3d77ea6b4 Prevent mis-linking of src/port and src/common functions on *BSD. 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Alexander Korotkov 5f08accdad Fix past pd_upper write in ginRedoRecompress() 7 years ago
Tom Lane ff47d4bf1f Work around stdbool problem in dfmgr.c. 7 years ago
Tom Lane ed0cdf0e05 Install a check for mis-linking of src/port and src/common functions. 7 years ago
Noah Misch c85ad9cc63 Allow ENOENT in check_mode_recursive(). 7 years ago
Noah Misch 076a3c2112 Fix logical subscriber wait in test. 7 years ago
Tom Lane f47f314801 Minor cleanup/future-proofing for pg_saslprep(). 7 years ago
Michael Paquier 9226a3b89b Remove duplicated words split across lines in comments 7 years ago
Tom Lane 361844fe56 Save/restore SPI's global variables in SPI_connect() and SPI_finish(). 7 years ago
Tom Lane f510412df3 Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY. 7 years ago
Tom Lane f868a8143a Fix longstanding recursion hazard in sinval message processing. 7 years ago
Michael Paquier 8582b4d044 Improve handling of corrupted two-phase state files at recovery 7 years ago
Andrew Gierth 7b6b167fa3 Refactor installation of extension headers. 7 years ago
Peter Eisentraut 1fea1e3254 libpq: Change "options" dispchar to normal 7 years ago
Peter Eisentraut 98afa68d93 Use C99 designated initializers for some structs 7 years ago
Tom Lane 75f7855369 Fix inconsistent argument naming. 7 years ago
Tom Lane a5322ca10f Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Amit Kapila ac27c74def Fix the overrun in hash index metapage for smaller block sizes. 7 years ago
Andrew Gierth be54b3777f Allow extensions to install built as well as unbuilt headers. 7 years ago
Tom Lane 54b01b9293 Remove no-longer-used variable. 7 years ago
Tom Lane ae5205c8a8 Make argument names of pg_get_object_address consistent, and fix docs. 7 years ago
Alvaro Herrera 2fbdf1b38b Simplify partitioned table creation vs. relcache 7 years ago
Peter Eisentraut f5a6509bb1 PL/Python: Remove use of simple slicing API 7 years ago
Bruce Momjian dd6073f22a docs: improve AT TIME ZONE description 7 years ago
Michael Paquier d6e98ebe37 Improve some error message strings and errcodes 7 years ago
Tom Lane 17b7c302b5 Fully enforce uniqueness of constraint names. 7 years ago
Tom Lane f30c6f523f Clean up after TAP tests in oid2name and vacuumlo. 7 years ago