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
Age
Commit message (
Expand
)
Author
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
Fix typo in elog message.
Robert Haas
2014-10-07
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-06
Add support for managing physical replication slots to pg_receivexlog.
Andres Freund
2014-10-06
Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.
Andres Freund
2014-10-06
Translation updates
Peter Eisentraut
2014-10-05
Eliminate one background-worker-related flag variable.
Robert Haas
2014-10-04
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-10-03
Update time zone abbreviations lists.
Tom Lane
2014-10-03
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-10-03
Fix bogus logic for zic -P option.
Tom Lane
2014-10-03
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-03
Fix typos in comments.
Robert Haas
2014-10-03
Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-10-03
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-02
Increase the number of buffer mapping partitions to 128.
Robert Haas
2014-10-02
Install all headers for the new atomics API.
Andres Freund
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
pg_recvlogical.c code review.
Andres Freund
2014-10-01
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-10-01
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
2014-09-30
Fix pg_dump's --if-exists for large objects
Alvaro Herrera
2014-09-29
Also revert e3ec0728, JSON regression tests
Stephen Frost
2014-09-29
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-26
Fix relcache for policies, and doc updates
Stephen Frost
2014-09-26
Fix identify_locking_dependencies for schema-only dumps.
Robert Haas
2014-09-26
Further atomic ops portability improvements and bug fixes.
Andres Freund
2014-09-26
Fix a couple occurrences of 'the the' in the new atomics API.
Andres Freund
2014-09-26
Fix whitespace
Peter Eisentraut
2014-09-26
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Andres Freund
2014-09-26
Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.
Andres Freund
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
Change locking regimen around buffer replacement.
Robert Haas
2014-09-25
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-09-25
Return NULL from json_object_agg if it gets no rows.
Andrew Dunstan
2014-09-25
Add -D option to specify data directory to pg_controldata and pg_resetxlog.
Heikki Linnakangas
2014-09-24
Copy-editing of row security
Stephen Frost
2014-09-24
Code review for row security.
Stephen Frost
2014-09-24
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-24
Fix incorrect search for "x?" style matches in creviterdissect().
Tom Lane
2014-09-23
Add unicode_*_linestyle to \? variables
Stephen Frost
2014-09-23
Log ALTER SYSTEM statements as DDL
Stephen Frost
2014-09-23
Process withCheckOption exprs in setrefs.c
Stephen Frost
[next]