Commit Graph

238 Commits (ecbdc4c555f43b1ac284c734752b00c2ea6f277b)

Author SHA1 Message Date
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 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
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Andres Freund fd6a3f3ad4 Reconsider when to wait for WAL flushes/syncrep during commit. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Peter Eisentraut e64d3c5635 Minimize calls of pg_class_aclcheck to minimum necessary 11 years ago
Heikki Linnakangas 0076f264b6 Implement IF NOT EXISTS for CREATE SEQUENCE. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 8d34f68628 Avoid transient bogus page contents when creating a sequence. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Tom Lane 80e3a470ba Minor comment corrections for sequence hashtable patch. 12 years ago
Heikki Linnakangas 5cb719beee Fix bogus hash table creation. 12 years ago
Heikki Linnakangas 21025d4a53 Use a hash table to store current sequence values. 12 years ago
Robert Haas 16a906f535 Make DISCARD SEQUENCES also discard the last used sequence. 12 years ago
Robert Haas 0f1ef79095 Fix silly thinko in ResetSequenceCaches. 12 years ago
Robert Haas d90ced8bb2 Add DISCARD SEQUENCES command. 12 years ago
Jeff Davis b8fd1a09f3 Add buffer_std flag to MarkBufferDirtyHint(). 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Tom Lane 0b33790421 Clean up the mess around EXPLAIN and materialized views. 13 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 13 years ago
Robert Haas 05f3f9c7b2 Extend object-access hook machinery to support post-alter events. 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane af026b5d9b Fix longstanding crash-safety bug with newly-created-or-reset sequences. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut dcb33b1c64 Remove dead assignment 14 years ago
Tom Lane 17118825b8 Fix transient clobbering of shared buffers during WAL replay. 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago