Commit Graph

46367 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)
 

Author SHA1 Message Date
Tom Lane 965a3d6be0 Fix realfailN lexer rules to not make assumptions about input format. 7 years ago
Tom Lane 4766bcd9e2 Remove unused code in ECPG. 7 years ago
Tom Lane ec937d0805 Align ECPG lexer more closely with the core and psql lexers. 7 years ago
Peter Eisentraut d20dceaf50 doc: Fix minor whitespace issue 7 years ago
Peter Eisentraut 6178f3cb79 pg_dump: Fix dumping of WITH OIDS tables 7 years ago
Thomas Munro b59d4d6c36 Fix const correctness warning. 7 years ago
Amit Kapila a53bc135fb Fix the initialization of atomic variables introduced by the 7 years ago
Thomas Munro 257ef3cd4f Fix handling of HBA ldapserver with multiple hostnames. 7 years ago
Thomas Munro 6a3dcd2856 Fix possible buffer overrun in hba.c. 7 years ago
Michael Paquier 52b70b1c7d Remove CommandCounterIncrement() after processing ON COMMIT DELETE 7 years ago
Tom Lane 3de491482b Simplify null-element handling in extension_config_remove(). 7 years ago
Tom Lane e3f005d974 Limit the number of index clauses considered in choose_bitmap_and(). 7 years ago
Michael Paquier ffb68980e3 Fix incorrect author name in release notes 7 years ago
Peter Eisentraut fc151211ef doc: Small punctuation improvement 7 years ago
Peter Eisentraut 253b3f6760 doc: Small run-time pruning doc fix 7 years ago
Andrew Dunstan 7f284debaf Disable MSVC warning caused by recent snprintf.c changes 7 years ago
Andres Freund 450c7defa6 Remove volatiles from {procarray,volatile}.c and fix memory ordering issue. 7 years ago
Peter Eisentraut 69ee2ff930 Apply RI trigger skipping tests also for DELETE 7 years ago
Peter Eisentraut 34479d9a36 Remove dead foreign key optimization code 7 years ago
Andres Freund 5fde047f2b Combine two flag tests in GetSnapshotData(). 7 years ago
Andres Freund 5fc1670bad docs: Adapt wal_segment_size docs to fc49e24fa6. 7 years ago
Tom Lane f26c06a404 Fix error-cleanup mistakes in exec_stmt_call(). 7 years ago
Tom Lane fa2952d8eb Fix missing role dependencies for some schema and type ACLs. 7 years ago
Andres Freund c670d0faac Remove ineffective check against dropped columns from slot_getattr(). 7 years ago
Andres Freund 1ef6bd2954 Don't require return slots for nodes without projection. 7 years ago
Michael Paquier 3ce1201894 Fix incorrect routine name in xlog_heapam.h 7 years ago
Alvaro Herrera a28e10e82e Indicate session name in isolationtester notices 7 years ago
Michael Paquier 319a810180 Fix dependency handling of partitions and inheritance for ON COMMIT 7 years ago
Tom Lane 3d360e20c9 Disallow setting client_min_messages higher than ERROR. 7 years ago
Alvaro Herrera 705d433fd5 Revise attribute handling code on partition creation 7 years ago
Andrew Dunstan 12d5f39b15 Adjust valgrind fix in commit 517b0d0b5f 7 years ago
Michael Paquier 170dccc69d Fix incorrect routine name reference in partprune.c 7 years ago
Andres Freund c14a8ff27e Fixup for b84a6dafbf triggering assert failure in LLVM debug builds. 7 years ago
Tom Lane c3e6d5d386 Fix inadequate autoconfiscation of copyfile() usage. 7 years ago
Andrew Dunstan 54ad7282fe Use parallel installcheck in vcregress.pl's upgrade test 7 years ago
Andres Freund b84a6dafbf Move EEOP_*_SYSVAR evaluation out of line. 7 years ago
Andrew Dunstan 517b0d0b5f Quiet valgrind complaints following pread/pwrite changes 7 years ago
Peter Eisentraut 3a769d8239 pg_upgrade: Allow use of file cloning 7 years ago
Andres Freund 5f32b29c18 Build HashState's hashkeys expression with the correct parent. 7 years ago
Andres Freund da906766cd Use installcheck-parallel in pg_upgrade's testsuite. 7 years ago
Tom Lane c6e4133fae Postpone calculating total_table_pages until after pruning/exclusion. 7 years ago
Tom Lane 77366d90f4 Last-minute updates for release notes. 7 years ago
Tom Lane 5d28c9bd73 Disable recheck_on_update optimization to avoid crashes. 7 years ago
Thomas Munro c4f0876fb8 Remove set-but-unused variable. 7 years ago
Andrew Gierth 5613da4cc7 Optimize nested ConvertRowtypeExpr nodes. 7 years ago
Thomas Munro c24dcd0cfd Use pg_pread() and pg_pwrite() for data files and WAL. 7 years ago
Thomas Munro 3fd2a7932e Provide pg_pread() and pg_pwrite() for random I/O. 7 years ago
Bruce Momjian b43df566b3 GUC: adjust effective_cache_size SQL descriptions 7 years ago
Tom Lane 003c68a3b4 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 7 years ago
Tom Lane 8f623bedfb Remove useless symbol from Makefile.global. 7 years ago