Commit Graph

46367 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)
 

Author SHA1 Message Date
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
Alexander Korotkov 38970ce862 Split contrib/cube platform-depended checks into separate test 7 years ago
Tom Lane 8c62d9d16f Make checksum_impl.h safe to compile with -fstrict-aliasing. 7 years ago
Etsuro Fujita 7cfdc77023 Disable support for partitionwise joins in problematic cases. 7 years ago
Amit Kapila bb60f2cb6e Fix pg_verify_checksums on Windows. 7 years ago
Etsuro Fujita 2e39f69b66 Remove extra word from src/backend/optimizer/README 7 years ago
Peter Eisentraut 7061e03319 Add semicolons to end of internally run queries 7 years ago
Peter Eisentraut daa9fe8a52 pg_dump: Reorganize getTableAttrs() 7 years ago
Alvaro Herrera a846e6d023 pg_verify_checksums: rename -d to --verbose 7 years ago
Alvaro Herrera 4db226b756 Mention change of width of values generated by SERIAL sequences 7 years ago
Peter Eisentraut 1e5e4efd02 Error position support for partition specifications 7 years ago
Peter Eisentraut a4a232b1e7 Error position support for defaults and check constraints 7 years ago
Heikki Linnakangas 4b035841a1 Fix IndexInfo comments. 7 years ago
Michael Paquier 55875b6d2a Stop bgworkers during fast shutdown with postmaster in startup phase 7 years ago
Tom Lane e0a0cc28d0 Make pg_restore's identify_locking_dependencies() more bulletproof. 7 years ago