summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-19Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane
2012-06-19Improve comments about why SET DEFAULT triggers must recheck for matches.Tom Lane
2012-06-18Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane
2012-06-18Remove derived fields from RI_QueryKey, and do a bit of other cleanup.Tom Lane
2012-06-18pg_dump: Add missing newlines at end of messagesPeter Eisentraut
2012-06-18Update SQL spec references in ri_triggers code to match SQL:2008.Tom Lane
2012-06-18Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-17Fix stats collector to recover nicely when system clock goes backwards.Tom Lane
2012-06-16Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian
2012-06-16In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian
2012-06-16Update pgindent Perl indentation instructions based on feedback fromBruce Momjian
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14Add more message pluralizationPeter Eisentraut
2012-06-14Improve readability and error messages in pg_backup_start_time.Robert Haas
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()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-13Revert "Reduce checkpoints and WAL traffic on low activity database server"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-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-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
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
2012-06-10Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs
2012-06-09Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs
2012-06-08Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs
2012-06-08When using libpq URI syntax, error out on invalid parameter names.Robert Haas
2012-06-07Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane
2012-06-07Message style improvementsPeter Eisentraut
2012-06-07Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.Tom Lane