Commit Graph

46259 Commits (111944c5ee567f1c45bf0f1ecfdec682af467aa6)
 

Author SHA1 Message Date
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
Tom Lane 251f57460f Avoid assuming that we know the spelling of getopt_long's error messages. 7 years ago
Michael Paquier c5660e0aa5 Restrict the use of temporary namespace in two-phase transactions 7 years ago
Magnus Hagander c0d0e54084 Replace references to mailinglists with @lists.postgresql.org 7 years ago
Magnus Hagander 0e10040e19 Remove references to Majordomo 7 years ago
Andrew Gierth d16d453870 Postpone aggregate checks until after collation is assigned. 7 years ago
Tatsuo Ishii 2472ea0a53 Doc: enhance pgbench manual. 7 years ago
Etsuro Fujita 6c61d7c593 postgres_fdw: Remove duplicate code in DML execution callback functions. 7 years ago
Alvaro Herrera d723f56872 Reorganize planner code moved in b60c397599 7 years ago
Peter Eisentraut 304e9f031b Increase test coverage in RI_Initial_Check() 7 years ago
Peter Eisentraut 45ed6e1ae0 Increase test coverage in RI_FKey_fk_upd_check_required() 7 years ago
Peter Eisentraut cdaf4a4727 Increase test coverage in RI_FKey_pk_upd_check_required() 7 years ago
Peter Eisentraut 74bd06648b Add test case for ON DELETE NO ACTION/RESTRICT 7 years ago
Andres Freund 90525d7b4e Don't duplicate parallel seqscan shmem sizing logic in nbtree. 7 years ago
Andres Freund 285d8e1205 Move vacuumlazy.c into access/heap. 7 years ago
Andres Freund 148e632c05 Fix parent of WCO qual. 7 years ago
Tom Lane 1c53c4dec3 Finish reverting "recheck_on_update" patch. 7 years ago
Andres Freund 0944ec54de Don't include genam.h from execnodes.h and relscan.h anymore. 7 years ago
Andres Freund 774a975c9a Make naming of tupdesc related structs more consistent with the rest of PG. 7 years ago
Andres Freund e451dd5521 Remove too generically named MissingPtr typedef. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Michael Paquier 42e2a58071 Fix typos in documentation and for one wait event 7 years ago
Andres Freund de66987adb Re-add default_with_oids GUC to avoid breaking old dump files. 7 years ago
Alvaro Herrera 0ad41cf537 Fix unique INCLUDE indexes on partitioned tables 7 years ago
Heikki Linnakangas bb24439cef Detach postmaster process from pg_ctl's session at server startup. 7 years ago
Andrew Dunstan d9cdb1ba9e fix typo 7 years ago
Andrew Dunstan b40cb99b85 Make DLSUFFIX easily discoverable by build scripts 7 years ago
Noah Misch 472e1e4cf6 Make Emacs perl-mode indent more like perltidy. 7 years ago