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
Age
Commit message (
Expand
)
Author
2012-10-21
Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner
2012-10-20
Fix pg_dump's handling of DROP DATABASE commands in --clean mode.
Tom Lane
2012-10-20
Prevent overflow in pgbench's percent-done display.
Tom Lane
2012-10-19
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
Fix orphan on cancel of drop index concurrently.
Simon Riggs
2012-10-18
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
Code review for inline-list patch.
Tom Lane
2012-10-18
Use a more portable platform test.
Andrew Dunstan
2012-10-18
Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas
2012-10-18
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
pg_dump: Output functions deterministically sorted
Alvaro Herrera
2012-10-18
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-17
Fix typo in previous commit
Simon Riggs
2012-10-17
Clarify hash index caution and copy to CREATE INDEX docs
Simon Riggs
2012-10-16
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-15
alter_generic regression test cannot run concurrently with privileges test.
Tom Lane
2012-10-15
Fix typo in comment.
Heikki Linnakangas
2012-10-15
Remove comment that is no longer true.
Heikki Linnakangas
2012-10-15
Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
Fix unportable format string.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-11
Unbreak MSVC builds after recent Makefile refactoring.
Andrew Dunstan
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
Remove _FORTIFY_SOURCE
Peter Eisentraut
2012-10-11
Remove configure-option-dependent test cases from dblink tests.
Tom Lane
2012-10-10
Update obsolete comment.
Tom Lane
2012-10-10
Create an improved FDW option validator function for contrib/dblink.
Tom Lane
2012-10-10
Update obsolete text in fdwhandler.sgml.
Tom Lane
2012-10-10
In pg_upgrade, issue proper error message when we can't open PG_VERSION.
Bruce Momjian
2012-10-10
Set procost to 10 for each of the pg_foo_is_visible() functions.
Tom Lane
2012-10-10
Fix PGXS support for building loadable modules on AIX.
Tom Lane
2012-10-09
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-09
Fix silly bug in previous refactoring.
Heikki Linnakangas
2012-10-09
Put the logic to wait for WAL in standby mode to a separate function.
Heikki Linnakangas
2012-10-09
restore permission bits
Alvaro Herrera
[next]