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
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-16
Fix more hash index bugs around marking buffers dirty.
Robert Haas
2016-12-16
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
Fix off-by-one in memory allocation for quote_literal_cstr().
Heikki Linnakangas
2016-12-15
Sync our copy of the timezone library with IANA release tzcode2016j.
Tom Lane
2016-12-15
Add missing newline in message
Magnus Hagander
2016-12-13
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-12-13
Fix bug in hashbulkdelete.
Robert Haas
2016-12-13
Fix bugs in RelationGetPartitionDispatchInfo.
Robert Haas
2016-12-13
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
Update typedefs.list
Robert Haas
2016-12-12
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-12
Catversion bump for temporary replication slots.
Tom Lane
2016-12-12
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
psql: Fix incorrect version check for table partitining.
Robert Haas
2016-12-12
Fix creative, but unportable, spelling of "ptr != NULL".
Tom Lane
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-11
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-09
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-12-09
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-08
Fix thinko in safeguard for negative availMem.
Heikki Linnakangas
2016-12-08
Fix bogus comment.
Robert Haas
2016-12-08
Silence compiler warning.
Robert Haas
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
Fix quoting and a compiler warning in dumping partitions.
Heikki Linnakangas
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-08
Fix accounting of memory needed for merge heap.
Heikki Linnakangas
2016-12-07
Replace references to COLLATE "en_CA" with COLLATE "POSIX".
Robert Haas
2016-12-07
Replace references to COLLATE "en_US" with COLLATE "C".
Robert Haas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-07
Restore psql's SIGPIPE setting if popen() fails.
Tom Lane
2016-12-07
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-07
Fix query cancellation.
Heikki Linnakangas
2016-12-07
Fix whitespace.
Heikki Linnakangas
2016-12-07
Silence compiler warnings
Stephen Frost
2016-12-07
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-12-06
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
Bump catversion for restrictive RLS changes
Stephen Frost
2016-12-06
Remove extraneous semicolon from uses of relptr_declare().
Tom Lane
2016-12-05
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
dsa: Cope with the possibility that SIZE_MAX is not defined.
Robert Haas
2016-12-05
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas
[next]