Commit Graph

525 Commits (1722d5eb05d8e5d2e064cd1798abcae4f296ca9d)

Author SHA1 Message Date
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 3c43595217 Quick-hack fix for foreign key cascade vs triggers with transition tables. 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Andrew Gierth 8c55244ae3 Fix transition tables for ON CONFLICT. 8 years ago
Andrew Gierth c46c0e5202 Fix transition tables for wCTEs. 8 years ago
Andrew Gierth 501ed02cf6 Fix transition tables for partition/inheritance. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Robert Haas 59f40566ca Fix relcache leak when row triggers on partitions are fired by COPY. 8 years ago
Robert Haas 9e6104c667 Prohibit transition tables on views and foreign tables. 8 years ago
Robert Haas 29fd3d9da0 Don't permit transition tables with TRUNCATE triggers. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Robert Haas 27cdb3414b Reindent table partitioning code. 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Alvaro Herrera f402b99501 Type names should not be quoted 10 years ago
Alvaro Herrera 59a2111b23 Improve internationalization of messages involving type names 10 years ago
Simon Riggs 8320c625d9 Change comment to describe correct lock level used 10 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 10 years ago
Tom Lane 72eee410d4 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Kevin Grittner 5956b7f9e8 Fix typo in C comment. 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund e8898e9169 Minor ON CONFLICT related comments and doc fixes. 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Simon Riggs 0ef0396ae1 Reduce lock levels of some trigger DDL and add FKs 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas c8df9477f8 Fix potential NULL-pointer dereference. 11 years ago