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
2018-10-29
pg_restore: Augment documentation for -N option
Peter Eisentraut
2018-10-28
Remove incorrect comment in dshash.c.
Thomas Munro
2018-10-28
Fix perl searchpath for modern perl for MSVC tools
Andrew Dunstan
2018-10-26
Improve tab completion of CREATE EVENT TRIGGER in psql
Michael Paquier
2018-10-26
Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psql
Michael Paquier
2018-10-25
Add pg_promote function
Michael Paquier
2018-10-25
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
Improve unconstify() documentation
Peter Eisentraut
2018-10-24
Fix typo in regression test comment
Andrew Dunstan
2018-10-24
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
List wait events in alphabetical order
Michael Paquier
2018-10-23
Remove get_attidentity()
Peter Eisentraut
2018-10-23
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
Drop const cast from dlsym() calls
Peter Eisentraut
2018-10-23
Sprinkle some const decorations
Peter Eisentraut
2018-10-22
Clarify descriptions of relhassubclass and relispartition in pg_class
Michael Paquier
2018-10-22
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-21
Don't try to test files named with a trailing dot on Windows
Andrew Dunstan
2018-10-20
Lower privilege level of programs calling regression_main
Andrew Dunstan
2018-10-20
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-20
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-19
Sync our copy of the timezone library with IANA release tzcode2018f.
Tom Lane
2018-10-19
Update time zone data files to tzdata release 2018f.
Tom Lane
2018-10-19
Silence perlcritic warning about missing return.
Tom Lane
2018-10-19
Use whitelist to choose files scanned with pg_verify_checksums
Michael Paquier
2018-10-19
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-17
Improve some comments related to executor result relations.
Tom Lane
2018-10-17
Const-ify a few more large static tables.
Tom Lane
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
Fix crash in multi-insert COPY
Peter Eisentraut
2018-10-17
Minor additional improvements for ecpglib/prepare.c.
Tom Lane
2018-10-17
Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.
Tom Lane
2018-10-17
Avoid statically allocating statement cache in ecpglib/prepare.c.
Tom Lane
2018-10-17
Formatting cleanup in ecpglib/prepare.c.
Tom Lane
2018-10-16
Reorder FmgrBuiltin members, saving 25% in size.
Andres Freund
2018-10-16
Back off using -isysroot on Darwin.
Tom Lane
2018-10-16
Mark constantly allocated dest receiver as const.
Andres Freund
2018-10-16
Add macro to cast away const without allowing changes to underlying type.
Andres Freund
2018-10-16
Be smarter about age-counter overflow in formatting.c caches.
Tom Lane
2018-10-16
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
Avoid statically allocating formatting.c's format string caches.
Tom Lane
2018-10-16
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-16
Correct constness of a few variables.
Andres Freund
2018-10-16
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-15
Move the replication lag tracker into heap memory.
Thomas Munro
[next]