index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
pg_upgrade: simplify code layout in a few places
Bruce Momjian
2018-01-05
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
*
Add missing includes
Peter Eisentraut
2018-01-04
*
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-04
*
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
*
Fix new test case to not be endian-dependent.
Tom Lane
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
*
Fix incorrect computations of length of null bitmap in pageinspect.
Tom Lane
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-04
*
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-02
*
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-02
*
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-02
*
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-31
*
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-29
*
Fix rare assertion failure in parallel hash join.
Andres Freund
2017-12-28
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Remove incorrect apostrophe.
Robert Haas
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-27
*
Add support for static assertions in C++
Peter Eisentraut
2017-12-26
*
Add includes to make header files self-contained
Peter Eisentraut
2017-12-26
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
*
Fix assert with side effects in the new PHJ code.
Andres Freund
2017-12-24
[next]