Commit Graph

504 Commits (c91560defc57f89f7e88632ea14ae77b5cec78ee)

Author SHA1 Message Date
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Robert Haas fa42b2005f Update comments overlooked by 2f5c9d9c9c. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 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 ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane fdc9186f7e Replace the built-in GIN array opclasses with a single polymorphic opclass. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Kevin Grittner 13761bccb1 Rename local variable for consistency. 9 years ago
Kevin Grittner bf9a60ee33 Fix interaction between CREATE INDEX and "snapshot too old". 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
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Robert Haas f1f5ec1efa Reuse abbreviated keys in ordered [set] aggregates. 10 years ago
Tom Lane 72eee410d4 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Tom Lane 8d290c8ec6 Re-pgindent a few files. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas b648b70342 Speed up CREATE INDEX CONCURRENTLY's TID sort. 10 years ago
Alvaro Herrera 2834855cb9 Fix BRIN to use SnapshotAny during summarization 10 years ago
Tom Lane 434873806a Fix some oversights in BRIN patch. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend 11 years ago
Fujii Masao 026fafde91 Fix typo in comment. 11 years ago
Alvaro Herrera bdc3d7fa23 Return ObjectAddress in many ALTER TABLE sub-routines 11 years ago
Heikki Linnakangas 57fe246890 Fix reference-after-free when waiting for another xact due to constraint. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Alvaro Herrera 85b506bbfc Get rid of SET LOGGED indexes persistence kludge 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Fujii Masao 08309aaf74 Implement IF NOT EXIST for CREATE INDEX. 11 years ago
Tom Lane a00d468e65 Remove obsolete commentary. 11 years ago
Bruce Momjian a7ae1dcf49 pg_upgrade: prevent automatic oid assignment 11 years ago
Andres Freund 621a99a666 Fix longstanding bug in HeapTupleSatisfiesVacuum(). 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 39b0c7681e Record the proper typmod for an index expression column. 12 years ago
Alvaro Herrera f88d4cfc9d Setup error context callback for transaction lock waits 12 years ago
Tom Lane d70cf811f7 During index build, check and elog (not just Assert) for broken HOT chain. 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago
Robert Haas 5f173040e3 Avoid repeated name lookups during table and index DDL. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Alvaro Herrera 1a3e82a7f9 Restore some comments lost during 15732b34e8 12 years ago
Bruce Momjian 527fdd9df1 Move pg_upgrade_support global variables to their own include file 12 years ago