Commit Graph

45581 Commits (e7a2217978d9cbb2149bfcb4ef1e45716cfcbefb)
 

Author SHA1 Message Date
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
Amit Kapila 14e9b2a752 Prohibit pushing subqueries containing window function calculation to 7 years ago
Amit Kapila 7c9e19ca9a During the split, set checksum on an empty hash index page. 7 years ago
Alvaro Herrera c076f3d74a Remove pg_constraint.conincluding 7 years ago
Tomas Vondra 4ddd8f5f55 Fix memory leak in TRUNCATE decoding 7 years ago
Michael Paquier caa0c6ceba Fix initial sync of slot parent directory when restoring status 7 years ago
Tom Lane 4299c32316 Doc: fix oversights in "Client/Server Character Set Conversions" table. 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Thomas Munro 5e8d670c31 Add Greek characters to unaccent.rules. 7 years ago
Alexander Korotkov ec74369931 Implement "pg_ctl logrotate" command 7 years ago
Noah Misch ab0ed6153a Ignore server-side delays when enforcing wal_sender_timeout. 7 years ago
Andres Freund 5758685c9f Fix 8a934d677 for libc++ and make more include order resistant. 7 years ago
Tom Lane 115bf1e79a Fix psql's \dC command to annotate I/O conversion casts as such. 7 years ago
Michael Paquier c186ba135e Ensure correct minimum consistent point on standbys 7 years ago
Tom Lane d9c366f9e8 Code review for pg_verify_checksums.c. 7 years ago
Alexander Korotkov f919c165eb Enforce cube dimension limit in all cube construction functions 7 years ago