index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-06-19
Share RI trigger code between NO ACTION and RESTRICT cases.
Tom Lane
2012-06-19
Improve comments about why SET DEFAULT triggers must recheck for matches.
Tom Lane
2012-06-18
Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.
Tom Lane
2012-06-18
Remove derived fields from RI_QueryKey, and do a bit of other cleanup.
Tom Lane
2012-06-18
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-18
Update SQL spec references in ri_triggers code to match SQL:2008.
Tom Lane
2012-06-18
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-17
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-16
Remove 'for' loop perltidy argument, and move args to perltidyrc file.
Bruce Momjian
2012-06-16
In pgindent, suppress reading the perltidy RC file using --noprofile.
Bruce Momjian
2012-06-16
Update pgindent Perl indentation instructions based on feedback from
Bruce Momjian
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-14
Add more message pluralization
Peter Eisentraut
2012-06-14
Improve readability and error messages in pg_backup_start_time.
Robert Haas
2012-06-14
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
During transaction cleanup, release locks before deleting files.
Robert Haas
2012-06-14
Add new function log_newpage_buffer.
Robert Haas
2012-06-14
Remove misplaced sanity check from heap_create().
Robert Haas
2012-06-14
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
Make \conninfo print SSL information.
Robert Haas
2012-06-14
Add 9.2 branch to git_changelog's list.
Tom Lane
2012-06-14
Flesh out RELEASE_CHANGES instructions for branching in git.
Tom Lane
2012-06-14
Stamp library minor versions for 9.3.
Tom Lane
2012-06-14
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-13
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
Revert "Reduce checkpoints and WAL traffic on low activity database server"
Tom Lane
2012-06-13
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-13
Support Linux's oom_score_adj API as well as the older oom_adj API.
Tom Lane
2012-06-13
Improve documentation of postgres -C option
Peter Eisentraut
2012-06-12
Minor code review for json.c.
Tom Lane
2012-06-12
Mark JSON error detail messages for translation.
Robert Haas
2012-06-12
Ensure pg_ctl behaves sanely when data directory is not specified.
Tom Lane
2012-06-12
Fix pg_dump output to a named tar-file archive.
Tom Lane
2012-06-11
pg_receivexlog: Rename option --dir to --directory
Peter Eisentraut
2012-06-11
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-11
Revert behaviour of -x/--xlog to 9.1 semantics
Magnus Hagander
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Update pgindent install instructions and update typedef list.
Bruce Momjian
2012-06-10
Fix pg_basebackup/pg_receivexlog for floating point timestamps
Magnus Hagander
2012-06-10
Error message capitalization fix
Magnus Hagander
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-06-10
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-09
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-08
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
When using libpq URI syntax, error out on invalid parameter names.
Robert Haas
2012-06-07
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
Message style improvements
Peter Eisentraut
2012-06-07
Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.
Tom Lane
[next]