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
2014-01-11
Revert fd2ace802811c333b0b4e1a28b138fd4774745f3
Bruce Momjian
2014-01-11
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
docs: remove undocumented assign syntax in plpgsql examples
Bruce Momjian
2014-01-11
Add another regression test cross-checking operator and function comments.
Tom Lane
2014-01-11
Remove DESCR entries for json operator functions.
Andrew Dunstan
2014-01-11
Adjust pg_upgrade for move of username lookup functions to /common
Bruce Momjian
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-09
Remove unnecessary local variables to work around an icc optimization bug.
Tom Lane
2014-01-09
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
Refactor checking whether we've reached the recovery target.
Heikki Linnakangas
2014-01-09
pgcrypto: Make header files stand alone
Peter Eisentraut
2014-01-09
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
If multiple recovery_targets are specified, use the latest one.
Heikki Linnakangas
2014-01-08
Avoid extra AggCheckCallContext() checks in ordered-set aggregates.
Tom Lane
2014-01-08
Save a few cycles in advance_transition_function().
Tom Lane
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-08
pg_upgrade: Fix fatal error handling
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
Silence compiler warning on MSVC.
Heikki Linnakangas
2014-01-07
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2014-01-06
Remove bogus -K option from pg_dump.
Heikki Linnakangas
2014-01-05
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-04
Fix translatability markings in psql, and add defenses against future bugs.
Tom Lane
2014-01-04
Fix header comment for bitncmp().
Tom Lane
2014-01-04
Fix typo in comment.
Tom Lane
2014-01-03
Restore some comments lost during 15732b34e8c8
Alvaro Herrera
2014-01-03
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
Handle 5-char filenames in SlruScanDirectory
Alvaro Herrera
2014-01-02
Wrap multixact/members correctly during extension
Alvaro Herrera
2014-01-02
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
Fix contrib/pg_upgrade to clean all the cruft made during "make check".
Tom Lane
2014-01-02
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2014-01-01
Do not use an empty hostname.
Michael Meskes
2013-12-30
Fix broken support for event triggers as extension members.
Tom Lane
2013-12-30
Fix alphabetization in catalogs.sgml.
Tom Lane
2013-12-30
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-29
Don't attempt to limit target database for pg_restore.
Kevin Grittner
2013-12-29
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.
Tom Lane
2013-12-29
Update grammar
Peter Eisentraut
[next]