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
REL_18_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
/
backend
Age
Commit message (
Expand
)
Author
2012-06-20
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
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
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-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-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-11
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
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-07
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.
Tom Lane
2012-06-07
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-05
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-01
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
Checkpointer starts before bgwriter to avoid missing fsync requests.
Simon Riggs
2012-06-01
Provide interim statistics while in mid-checkpoint.
Simon Riggs
2012-05-31
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-31
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Fix two more bugs in fast-path relation locking.
Robert Haas
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
Delete the temporary file used in buffered GiST build, after the build.
Heikki Linnakangas
2012-05-29
Fix integer overflow bug in GiST buffering build calculations.
Heikki Linnakangas
2012-05-29
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-27
Update SQL features list
Peter Eisentraut
[next]