aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane2018-01-04
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-04
* Define LDAPS_PORT if it's missing and disable implicit LDAPS on WindowsPeter Eisentraut2018-01-04
* Code review for Parallel Append.Robert Haas2018-01-04
* Tweak parallel hash join test case in hopes of improving stability.Tom Lane2018-01-04
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Fix typoAlvaro Herrera2018-01-03
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-03
* Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund2018-01-03
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Fix some minor errors in new PHJ code.Tom Lane2018-01-03
* Teach eval_const_expressions() to handle some more cases.Tom Lane2018-01-03
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-02
* Ensure proper alignment of tuples in HashMemoryChunkData buffers.Tom Lane2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund2018-01-01
* In tests, await an LSN no later than the recovery target.Noah Misch2017-12-31
* Merge coding of return/exit/continue cases in plpgsql's loop statements.Tom Lane2017-12-31
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-31
* Fix typoAlvaro Herrera2017-12-29
* Perform slot validity checks in a separate pass over expression.Andres Freund2017-12-29
* Rely on executor utils to build targetlist for DML RETURNING.Andres Freund2017-12-29
* Properly set base backup backends to active in pg_stat_activityMagnus Hagander2017-12-29
* Fix race condition when changing synchronous_standby_namesSimon Riggs2017-12-29
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-29
* Allow leading zero on exponents in pgbench test resultsAndrew Dunstan2017-12-29
* Fix rare assertion failure in parallel hash join.Andres Freund2017-12-28
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Remove incorrect apostrophe.Robert Haas2017-12-27
* Fix race-under-concurrency in PathNameCreateTemporaryDir.Robert Haas2017-12-27
* Add pow(), aka power(), function to pgbench.Robert Haas2017-12-27
* Update relation's stats in pg_class during vacuum full.Teodor Sigaev2017-12-27
* Add support for static assertions in C++Peter Eisentraut2017-12-26
* Add includes to make header files self-containedPeter Eisentraut2017-12-26
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Fix assert with side effects in the new PHJ code.Andres Freund2017-12-24
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Minor edits to catalog files and scriptsAlvaro Herrera2017-12-21
* Adjust assertion in GetCurrentCommandId.Robert Haas2017-12-21
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Get rid of copy_partition_keyAlvaro Herrera2017-12-21
* Fix typoAlvaro Herrera2017-12-21
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21