Commit Graph

101 Commits (c91560defc57f89f7e88632ea14ae77b5cec78ee)

Author SHA1 Message Date
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane e5eb4fa873 Remove obsolete SLRU wrapping and warnings from predicate.c. 8 years ago
Robert Haas a6a80134e3 Remove extra words. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Peter Eisentraut 1e1b01cd16 Fix outdated comment 8 years ago
Tom Lane e2c8100e60 Fix race condition in predicate-lock init code in EXEC_BACKEND builds. 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
Tom Lane 9ef2dbefc7 Final pgindent run with old pg_bsd_indent (version 1.3). 8 years ago
Andres Freund 6c2003f8a1 Don't force-assign transaction id when exporting a snapshot. 8 years ago
Magnus Hagander 483373979b Fix typo in comment 8 years ago
Tom Lane 511540dadf Move isolationtester's is-blocked query into C code for speed. 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Tom Lane 6c03d981a6 Change API of ShmemAlloc() so it throws error rather than returning NULL. 9 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Robert Haas 7191ce8bea Make all built-in lwlock tranche IDs fixed. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas fe702a7b3f Move each SLRU's lwlocks to a separate tranche. 10 years ago
Kevin Grittner 585e2a3b1a Fix serialization anomalies due to race conditions on INSERT. 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
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 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 5b075ae893 Fix misc typos in comments. 12 years ago
Robert Haas ea9df812d8 Relax the requirement that all lwlocks be stored in a single array. 12 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
Heikki Linnakangas 81fbbfe335 Fix bugs in SSI tuple locking. 12 years ago
Kevin Grittner c01262a824 Eliminate xmin from hash tag for predicate locks on heap tuples. 12 years ago
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 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 c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane 7abaa6b9d3 Fix issues with checks for unsupported transaction states in Hot Standby. 13 years ago
Alvaro Herrera 77ed0c6950 Tighten up includes in sinvaladt.h, twophase.h, proc.h 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Peter Eisentraut 0e85abd658 Clean up compiler warnings from unused variables with asserts disabled 14 years ago
Heikki Linnakangas d6a7271958 Correctly detect SSI conflicts of prepared transactions after crash. 14 years ago
Heikki Linnakangas 326b922e8b Fix corner case in cleanup of transactions using SSI. 14 years ago