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
/
test
Age
Commit message (
Expand
)
Author
2018-10-16
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-14
Make some subquery-using test cases a bit more robust.
Tom Lane
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-14
Clean up/tighten up coercibility checks in opr_sanity regression test.
Tom Lane
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-10
Test that event triggers work in functions and procedures
Peter Eisentraut
2018-10-09
Remove no-longer-needed variant expected regression result files.
Tom Lane
2018-10-08
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-08
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-07
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-10-04
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
Test passing expanded-value representations to workers.
Amit Kapila
2018-10-01
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-27
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
Improve test coverage of geometric types
Tomas Vondra
2018-09-26
Add basic regression tests for default monitoring roles
Michael Paquier
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-24
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-23
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-20
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-14
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-11
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-09
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-09-09
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
Fix logical subscriber wait in test.
Noah Misch
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-03
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-01
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-30
Error position support for partition specifications
Peter Eisentraut
2018-08-30
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-27
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-24
Add more tests for VACUUM skips with partitioned tables
Michael Paquier
2018-08-23
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-22
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
[next]