index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
2
-0
/
+48
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
2
-0
/
+23
*
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
2
-13
/
+63
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
2
-0
/
+24
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
2
-0
/
+21
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
3
-0
/
+35
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
2
-0
/
+33
*
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-09-09
2
-8
/
+124
*
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
1
-4
/
+17
*
Fix logical subscriber wait in test.
Noah Misch
2018-09-08
1
-2
/
+1
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
2
-0
/
+53
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
2
-0
/
+32
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
2
-25
/
+25
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
1
-0
/
+21
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
4
-15
/
+87
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
1
-0
/
+6
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
1
-0
/
+2
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
3
-0
/
+201
*
Add more tests for VACUUM skips with partitioned tables
Michael Paquier
2018-08-24
2
-0
/
+156
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
4
-0
/
+156
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
2
-4
/
+4
*
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
2
-4
/
+4
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
3
-14
/
+14
*
Add regression tests for VACUUM and ANALYZE with relation skips
Michael Paquier
2018-08-22
2
-0
/
+48
*
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-17
2
-0
/
+33
*
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
2
-0
/
+30
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
3
-15
/
+39
*
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-12
2
-3
/
+4
*
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-11
2
-0
/
+55
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
3
-0
/
+138
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
2
-0
/
+85
*
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
1
-4
/
+0
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
1
-31
/
+2
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
2
-0
/
+329
*
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-03
1
-8
/
+12
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
2
-0
/
+235
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
2
-0
/
+57
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
2
-14
/
+14
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
2
-0
/
+22
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
1
-2
/
+22
*
Add ssl_library preset parameter
Peter Eisentraut
2018-07-30
1
-1
/
+6
*
Refactor geometric functions and operators
Tomas Vondra
2018-07-29
1
-1
/
+6
*
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-25
2
-0
/
+196
*
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-24
2
-11
/
+33
*
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
1
-5
/
+5
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
2
-8
/
+8
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
10
-28
/
+28
*
Add toast tables to most system catalogs
Michael Paquier
2018-07-20
2
-62
/
+30
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
2
-10
/
+0
*
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
4
-75
/
+75
[next]