Commit Graph

45703 Commits (025cc86b77052ee130519ce2dcfa52abeedc5bef)
 

Author SHA1 Message Date
Peter Eisentraut 025cc86b77 pg_rewind: Add missing newline to error message 7 years ago
Michael Paquier 6a19384e74 Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h 7 years ago
Tom Lane d58e01f8ab Fix latent problem with pg_jrand48(). 7 years ago
Alexander Korotkov fcdda202bc Reduce length of GIN predicate locking isolation test suite 7 years ago
Alexander Korotkov fd7c081955 Remove entry tree root conflict checking from GIN predicate locking 7 years ago
Michael Paquier b30b9dce1f Ignore inherited temp relations from other sessions when truncating 7 years ago
Tom Lane 47c93ace9f Fix portability failure introduced in commits d2b0b60e7 et al. 7 years ago
Michael Paquier a016f59d59 Prioritize history files when archiving 7 years ago
Michael Paquier ff9c222669 Disable WAL-skipping optimization for COPY on views and foreign tables 7 years ago
Peter Eisentraut 018923ccc1 Fix ancient compiler warnings and typos in !HAVE_SYMLINK code 7 years ago
Alexander Korotkov 8193d64072 Check for conflicting queries during replay of gistvacuumpage() 7 years ago
Alvaro Herrera 053ad56d27 Fix lock level used for partition when detaching it 7 years ago
Tom Lane 4e4c0d6686 Doc: fix ancient mistake in search_path documentation. 7 years ago
Alvaro Herrera 9bb2ce5ec7 DETACH PARTITION: hold locks on indexes until end of transaction 7 years ago
Greg Stark 128ce8e1a1 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY 7 years ago
Tom Lane c9a1c55a8b Doc: fix incorrect example of collecting arguments with fmgr macros. 7 years ago
Peter Geoghegan 741c4c4142 Correct obsolete nbtree recovery comments. 7 years ago
Tatsuo Ishii 84fcc2ce56 Doc: fix typo in "Generic File Access Functions" section. 7 years ago
Tom Lane ad425aaf06 Fix ancient thinko in mergejoin cost estimation. 7 years ago
Michael Paquier da1a20a68e Update project link of pgBadger in documentation 7 years ago
Michael Paquier d0960eb8ab Include ALTER INDEX SET STATISTICS in pg_dump 7 years ago
Alvaro Herrera f760a8b5cc Clarify runtime pruning in EXPLAIN 7 years ago
Amit Kapila f88dd4fa43 Remove extra semicolons. 7 years ago
Michael Paquier e83e0988dc Fix use-after-free bug when renaming constraints 7 years ago
Michael Paquier 25b8094d33 Make constraint rename issue relcache invalidation on target relation 7 years ago
Tom Lane b054498c74 Make error handling in parallel pg_upgrade less bogus. 7 years ago
Tom Lane b1894a6076 Improve detection of child-process SIGPIPE failures. 7 years ago
Tom Lane 171cae1579 Fix bogus logic for skipping unnecessary partcollation dependencies. 7 years ago
Alexander Korotkov dd951dc34a Prevent GIN deleted pages from being reclaimed too early 7 years ago
Alexander Korotkov 225b5c9c48 Prevent deadlock in ginRedoDeletePage() 7 years ago
Alexander Korotkov 9aa94d8536 Fix deadlock in GIN vacuum introduced by 218f51584d 7 years ago
Tom Lane 7465871879 Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Tom Lane 302d4eee93 Repair bogus handling of multi-assignment Params in upper plan levels. 7 years ago
Tom Lane 4e33da5f0a Fix test_rls_hooks to assign expression collations properly. 7 years ago
Tom Lane 9fbe7d9740 Doc: improve documentation about ALTER LARGE OBJECT requirements. 7 years ago
Noah Misch 73822b8c97 Raise some timeouts to 180s, in test code. 7 years ago
Tom Lane 62999b9325 Add stack depth checks to key recursive functions in backend/nodes/*.c. 7 years ago
Tom Lane a628e0c5b4 Make TupleDescInitBuiltinEntry throw error for unsupported types. 7 years ago
Tom Lane aedd3d4dbd Fix misapplication of pgstat_count_truncate to wrong relation. 7 years ago
Tom Lane 6bc8193193 Clean up sloppy coding in publicationcmds.c's OpenTableList(). 7 years ago
Tom Lane 4c6d6acec5 Doc: make cross-reference to format() function more specific. 7 years ago
Tom Lane d8e1de899c Improve our response to invalid format strings, and detect more cases. 7 years ago
Stephen Frost aa175f61e0 Improve planner stats documentation 7 years ago
Alvaro Herrera 37798a8e83 Don't mark partitioned indexes invalid unnecessarily 7 years ago
Michael Paquier 367f362b2d Fix invalid value of synchronous_commit in description of flush_lag 7 years ago
Michael Paquier 19516afdf1 Fix various checksum check problems for pg_verify_checksums and base backups 7 years ago
Michael Paquier 85036308dc Switch pg_verify_checksums back to a blacklist 7 years ago
Tom Lane 53a5ceb2b6 Document handling of invalid/ambiguous timestamp input near DST boundaries. 7 years ago
Tom Lane 0ff56de46e Ensure static libraries have correct mod time even if ranlib messes it up. 7 years ago
Thomas Munro f7001b00a0 Fix minor typo in dsa.c. 7 years ago