Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
Peter Eisentraut 384eb1d40d doc: Allow selecting web site CSS style sheet in XSLT HTML build 12 years ago
Robert Haas 8e18d04d4d Refine our definition of what constitutes a system relation. 12 years ago
Heikki Linnakangas 2fe69cacff Another gin_desc fix. 12 years ago
Heikki Linnakangas 97c19e6c38 Fix gin_desc routine to match the WAL format. 12 years ago
Tom Lane da8a716089 Fix latent(?) race condition in LockReleaseAll. 12 years ago
Alvaro Herrera d51a8c52ba Unbreak buildfarm 12 years ago
Alvaro Herrera 247c76a989 Use a more granular approach to follow update chains 12 years ago
Alvaro Herrera e4828e9ccb Compare Xmin to previous Xmax when locking an update chain 12 years ago
Alvaro Herrera c235a6a589 Don't try to set InvalidXid as page pruning hint 12 years ago
Alvaro Herrera e518fa7adf Cope with heap_fetch failure while locking an update chain 12 years ago
Peter Eisentraut b6ecde8ed4 doc: Set chunk.first.sections in XSLT, for consistency with DSSSL output 12 years ago
Bruce Momjian 9ef780d4d7 pg_buffercache docs: adjust order of fields 12 years ago
Peter Eisentraut a607b6903e doc: Put data types in alphabetical order 12 years ago
Tom Lane 7db285afc9 Fix stale-pointer problem in fast-path locking logic. 12 years ago
Kevin Grittner 89ba815092 Minor correction of READ COMMITTED isolation level docs. 12 years ago
Tom Lane 8c84803e14 Minor corrections in lmgr/README. 12 years ago
Heikki Linnakangas 631118fe1e Get rid of the post-recovery cleanup step of GIN page splits. 12 years ago
Heikki Linnakangas ce5326eed3 More GIN refactoring. 12 years ago
Heikki Linnakangas 4118f7e8ed Fix plpython3 expected output. 12 years ago
Heikki Linnakangas 82b43f7df2 Don't update relfrozenxid if any pages were skipped. 12 years ago
Michael Meskes 2390f2b2d3 Documentation fix for ecpg. 12 years ago
Michael Meskes 51867a0f9b ECPG: Fix searching for quoted cursor names case-sensitively. 12 years ago
Fujii Masao d1b88f6b36 Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. 12 years ago
Fujii Masao 551c78281b Fix typo in release note. 12 years ago
Peter Eisentraut 85ed91ee7d Implement information_schema.parameters.parameter_default column 12 years ago
Peter Eisentraut 3803ff985c doc: Add id to index in XSLT build 12 years ago
Heikki Linnakangas 4c83e0353f Oops, forgot to "git add" last minute changes to regression test. 12 years ago
Michael Meskes d2542f9270 ECPG: Fix offset to NULL/size indicator array. 12 years ago
Michael Meskes f641fc86fb ECPG: Simplify free_variable() 12 years ago
Michael Meskes 1ec4c56e76 ECPG: Add EXEC SQL CLOSE C to the tests. 12 years ago
Michael Meskes db58e8ff7c ECPG: Free the malloc()'ed variables in the test so it comes out clean on 12 years ago
Michael Meskes b46fa32100 ECPG: Make the preprocessor emit ';' if the variable type for a list of 12 years ago
Heikki Linnakangas 37364c6311 Handle domains over arrays like plain arrays in PL/python. 12 years ago
Jeff Davis 7cc0ba9f17 Add missing entry for session_preload_libraries in sample config. 12 years ago
Bruce Momjian a6542a4b68 Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior 12 years ago
Michael Meskes 05b476c298 More improvement to comment parsing in ecpg. 12 years ago
Michael Meskes ef8b3b00b5 Fix ecpg parsing of sizeof(). 12 years ago
Jeff Davis 559d535819 Lessen library-loading log level. 12 years ago
Tom Lane 36a3be6540 Fix new and latent bugs with errno handling in secure_read/secure_write. 12 years ago
Michael Meskes 08d1b22b3b Allow C array definitions to use sizeof(). 12 years ago
Michael Meskes 8ac5e88f9f Distinguish between C and SQL mode for C-style comments. 12 years ago
Tom Lane 64d15e4240 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Peter Eisentraut a5036ca998 PL/Tcl: Add event trigger support 12 years ago
Tom Lane 45e02e3232 Fix array slicing of int2vector and oidvector values. 12 years ago
Tom Lane f145454d57 Ensure _dosmaperr() actually sets errno correctly. 12 years ago
Peter Eisentraut b7212c9726 Fix thinko in SPI_execute_plan() calls 12 years ago
Peter Eisentraut 4053189d59 Avoid potential buffer overflow crash 12 years ago
Tom Lane f19e92ed04 Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Tom Lane f29baf9225 Fix quoting in help messages in uuid-ossp extension scripts. 12 years ago
Heikki Linnakangas 98f58a30c1 Fix Hot-Standby initialization of clog and subtrans. 12 years ago