summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-14Revert regression test portion of patch.metapageRobert Haas
2012-06-14Comment fix.Robert Haas
2012-06-14Fixmeup.Robert Haas
2012-06-14Fix silly bug in heap_create_storage().Robert Haas
2012-06-14Adust TIDs output in regress output.Robert Haas
2012-06-14Heap metapages.Robert Haas
2012-06-14Fix page-at-a-time mode to skip the metapage.Robert Haas
2012-06-14Rejigger metadata creation.Robert Haas
2012-06-14Rejigger things so that indexes don't go through heap_create().Robert Haas
2012-06-14Try to make the world safe for heap metapages.Robert Haas
2012-06-14HASH_METAPAGE -> METAPAGE_BLKNORobert Haas
2012-06-14Access to metapage data.Robert Haas
2012-06-14spgist metapages.Robert Haas
2012-06-14Simplify time stuff.Robert Haas
2012-06-14Add GiST metabuffer.Robert Haas
2012-06-14Variable renaming, plus fix one failure to set F_ROOT on root buffer.Robert Haas
2012-06-14Framework for GiST metapage.Robert Haas
2012-06-14New-style metapage for GIN, using log_newpage_buffer.Robert Haas
2012-06-14Use new metapage for hash and btree.Robert Haas
2012-06-14Use GetAccessMethodMeta.Robert Haas
2012-06-14Make metapage stuff compile.Robert Haas
2012-06-14During transaction cleanup, release locks before deleting files.Robert Haas
2012-06-14Add new function log_newpage_buffer.Robert Haas
2012-06-14Remove misplaced sanity check from heap_create().Robert Haas
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-06-14Make \conninfo print SSL information.Robert Haas
2012-06-14Add 9.2 branch to git_changelog's list.Tom Lane
2012-06-14Flesh out RELEASE_CHANGES instructions for branching in git.Tom Lane
2012-06-14Stamp library minor versions for 9.3.Tom Lane
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-06-13Revisit error message details for JSON input parsing.Tom Lane
2012-06-13Remove release note entry for reverted patch.Tom Lane
2012-06-13Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane
2012-06-13Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.Tom Lane
2012-06-13Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane
2012-06-13Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane
2012-06-13In pg_upgrade, verify that the install user has the same oid on bothBruce Momjian
2012-06-13Improve documentation of postgres -C optionPeter Eisentraut
2012-06-12Minor code review for json.c.Tom Lane
2012-06-12Mark JSON error detail messages for translation.Robert Haas
2012-06-12Copy-editing of release notes.Robert Haas
2012-06-12Ensure pg_ctl behaves sanely when data directory is not specified.Tom Lane
2012-06-12Fix pg_dump output to a named tar-file archive.Tom Lane
2012-06-11pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut
2012-06-11Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander
2012-06-11Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian
2012-06-10Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander
2012-06-10Error message capitalization fixMagnus Hagander