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
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-01-04
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows
Peter Eisentraut
2018-01-04
Code review for Parallel Append.
Robert Haas
2018-01-04
Tweak parallel hash join test case in hopes of improving stability.
Tom Lane
2018-01-03
Clean up tupdesc.c for recent changes.
Tom Lane
2018-01-03
Fix typo
Alvaro Herrera
2018-01-03
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.
Andres Freund
2018-01-03
Fix use of config-specific libraries for Windows OpenSSL
Andrew Dunstan
2018-01-03
Make XactLockTableWait work for transactions that are not yet self-locked
Alvaro Herrera
2018-01-03
Fix some minor errors in new PHJ code.
Tom Lane
2018-01-03
Teach eval_const_expressions() to handle some more cases.
Tom Lane
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-03
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-03
Ensure proper alignment of tuples in HashMemoryChunkData buffers.
Tom Lane
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-01
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-31
Merge coding of return/exit/continue cases in plpgsql's loop statements.
Tom Lane
2017-12-31
Improve regression tests' code coverage for plpgsql control structures.
Tom Lane
2017-12-29
Fix typo
Alvaro Herrera
2017-12-29
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
Rely on executor utils to build targetlist for DML RETURNING.
Andres Freund
2017-12-29
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-29
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-28
Fix rare assertion failure in parallel hash join.
Andres Freund
2017-12-27
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
Fix race-under-concurrency in PathNameCreateTemporaryDir.
Robert Haas
2017-12-27
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-27
Update relation's stats in pg_class during vacuum full.
Teodor Sigaev
2017-12-26
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
Add includes to make header files self-contained
Peter Eisentraut
2017-12-25
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-24
Fix assert with side effects in the new PHJ code.
Andres Freund
2017-12-22
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-21
Minor edits to catalog files and scripts
Alvaro Herrera
2017-12-21
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
Get rid of copy_partition_key
Alvaro Herrera
2017-12-21
Fix typo
Alvaro Herrera
2017-12-21
Avoid putting build-location-dependent strings into generated files.
Tom Lane
[next]