Commit Graph

25 Commits (a343e223a5c33a7283a6d8b255c9dbc48dbc5061)

Author SHA1 Message Date
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Heikki Linnakangas eb11de8ff5 Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas 8776faa81c Adjust SP-GiST WAL record formats to reduce alignment padding. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Heikki Linnakangas 877b088785 Avoid allocations in critical sections. 11 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 24ace4053d Retry after buffer locking failure during SPGiST index creation. 12 years ago
Tom Lane e472b92140 Avoid deadlocks during insertion into SP-GiST indexes. 12 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera e20a90e188 Trim spgist_private.h inclusion 13 years ago
Heikki Linnakangas c82dedb7a8 Optimize SP-GiST insertions. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 13 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 8f57b064fd Rename updateNodeLink to spgUpdateNodeLink. 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago