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
/
include
Age
Commit message (
Expand
)
Author
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-13
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-12
Fix field order in struct catcache.
Tom Lane
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-07
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
Improve documentation of struct ParseState.
Tom Lane
2017-01-05
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-04
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
Update obsolete comments in lwlock.h.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
Use clock_gettime(), if available, in instr_time measurements.
Tom Lane
2016-12-29
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
Expand ad-hoc unit abbreviations in function descriptions
Peter Eisentraut
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
Simplify tape block format.
Heikki Linnakangas
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-20
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
Remove unused file.
Robert Haas
2016-12-19
Support quorum-based synchronous replication.
Fujii Masao
2016-12-16
Improve documentation around TS_execute().
Tom Lane
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
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-13
Clean up code, comments, and formatting for table partitioning.
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
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-06
Bump catversion for restrictive RLS changes
Stephen Frost
[next]