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
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Document that Perl's Tie might add a trailing newline
Bruce Momjian
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
Clarify which files need manual copyright updates
Bruce Momjian
2015-01-06
Simplify post-copyright update instructions.
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-06
Fix broken pg_dump code for dumping comments on event triggers.
Tom Lane
2015-01-05
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
Andres Freund
2015-01-05
Fix typo in comment.
Fujii Masao
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2015-01-04
Correctly handle test durations of more than 2147s in pg_test_timing.
Andres Freund
2015-01-04
Fix off-by-one in pg_xlogdump's fuzzy_open_file().
Andres Freund
2015-01-04
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-04
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
Andres Freund
2015-01-04
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
Make path to pg_service.conf absolute in documentation
Magnus Hagander
2014-12-31
Don't run rowsecurity in parallel with other regression tests.
Tom Lane
2014-12-31
Docs: improve descriptions of ISO week-numbering date features.
Tom Lane
2014-12-31
Print more information about getObjectIdentityParts() failures.
Tom Lane
2014-12-31
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
Add missing pstrdup calls
Alvaro Herrera
2014-12-31
Don't tab-complete COMMENT ON ... IS with IS.
Robert Haas
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
Fix object_address expected output
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-12-30
Fix resource leak pointed out by Coverity.
Tatsuo Ishii
2014-12-29
Assorted minor fixes for psql metacommand docs.
Tom Lane
2014-12-28
Remove duplicate assignment in new pg_get_object_address() function.
Tom Lane
2014-12-26
Restrict name list len for domain constraints
Alvaro Herrera
2014-12-26
Remove event trigger from object_address test
Alvaro Herrera
2014-12-26
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-25
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Andres Freund
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
Improve LWLock scalability.
Andres Freund
2014-12-25
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
Remove duplicate include of slot.h.
Fujii Masao
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-24
Add CST (China Standard Time) to our lists of timezone abbreviations.
Tom Lane
2014-12-24
Fix installcheck case for tap tests
Andrew Dunstan
2014-12-24
pgbench: remove odd trailing period in init progress output
Bruce Momjian
2014-12-24
Remove unused fields from ReindexStmt.
Fujii Masao
[next]