Commit Graph

46286 Commits (efd9366dcedec8db9fc85e77d071b0c5a6badea2)
 

Author SHA1 Message Date
Alvaro Herrera efd9366dce Fix droppability of constraints upon partition detach 7 years ago
Tom Lane e6c3ba7fbf Fix portability problem in pgbench. 7 years ago
Alvaro Herrera 19184fcc09 Simplify coding to detach constraints when detaching partition 7 years ago
Etsuro Fujita fd1afdbafd postgres_fdw: Account for tlist eval costs in estimate_path_cost_size(). 7 years ago
Tom Lane 2cf91ccb73 Blind attempt to fix _configthreadlocale() failures on MinGW. 7 years ago
Alvaro Herrera ae366aa577 Detach constraints when partitions are detached 7 years ago
Michael Paquier 289198c0d9 Remove argument isprimary from index_build() 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Michael Paquier 1699e6dd1f Fix typo in pgbench.c 7 years ago
Tatsuo Ishii 78855e7983 Doc: fix typo in URL of OASIS group web site. 7 years ago
Michael Paquier adaaacae65 Make vacuumdb test regex more modular for its query output 7 years ago
Tomas Vondra 4a8283d0ec Fix handling of volatile expressions in COPY FROM ... WHERE 7 years ago
Andres Freund 005881033d llvm: Fix file-ending in IDENTIFICATION comments. 7 years ago
Michael Paquier efab708997 Adjust documentation for vacuumdb --disable-page-skipping 7 years ago
Andres Freund 346ed70b0a Rename RelationData.rd_amroutine to rd_indam. 7 years ago
Andres Freund ebcc7bf949 Rephrase references to "time qualification". 7 years ago
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Andres Freund 63746189b2 Change snapshot type to be determined by enum rather than callback. 7 years ago
Tom Lane 8f9e934ab7 Remove useless bms_copy step in RelationGetIndexAttrBitmap. 7 years ago
Alvaro Herrera 0464fdf07f Create action triggers when partitions are detached 7 years ago
Alvaro Herrera 1755440935 Flush relcache entries when their FKs are meddled with 7 years ago
Tom Lane ee27584c4a Second try at fixing ecpglib thread-safety problem. 7 years ago
Andres Freund 527114e51e Fix "Remove superfluous tqual.h includes" by adding back one include. 7 years ago
Tom Lane 071e11898d Fix sepgsql regression test. 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4b21acf522 Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 7 years ago
Tom Lane f1ad067fc3 Sort the dependent objects before recursing in findDependentObjects(). 7 years ago
Alvaro Herrera fcea1e1090 Add 'id' to Acknowledgments section 7 years ago
Andres Freund 8cc157b234 Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal. 7 years ago
Andres Freund 93507e67c9 Adjust some more comments for WITH OIDS removal. 7 years ago
Tom Lane 8eb4a9312c Avoid thread-safety problem in ecpglib. 7 years ago
Tom Lane f4593bd2ff Revert "Fix under-quoted filename pattern in pgbench TAP test." 7 years ago
Etsuro Fujita 8d8dcead12 Postpone generating tlists and EC members for inheritance dummy children. 7 years ago
Tomas Vondra 31f3817402 Allow COPY FROM to filter data using WHERE conditions 7 years ago
Tomas Vondra d6ef7fe75c Revert "Add valgrind suppressions for wcsrtombs optimizations" 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Peter Eisentraut 3bed67bed1 Fix outdated comment 7 years ago
Tom Lane 458a1244f1 Fix under-quoted filename pattern in pgbench TAP test. 7 years ago
Tom Lane 69bcd718df Use our own getopt() on OpenBSD. 7 years ago
Alvaro Herrera 0325d7a595 Fix creation of duplicate foreign keys on partitions 7 years ago
Alvaro Herrera 03afae201f Move CloneForeignKeyConstraints to tablecmds.c 7 years ago
Alvaro Herrera 0080396dad Refactor duplicate code into DeconstructFkConstraintRow 7 years ago
Tom Lane 9194c4270b Avoid sometimes printing both tables and their columns in DROP CASCADE. 7 years ago
Peter Eisentraut f04ad77a30 Remove obsolete comment 7 years ago
Peter Eisentraut 29b3ac7546 configure: More use of AC_ARG_VAR 7 years ago
Michael Paquier 80971bc206 Fix incorrect relation name in comment of vacuumlazy.c 7 years ago
Michael Paquier 396676b0ec Enforce non-parallel plan when calling current_schema() in newly-added test 7 years ago