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-08-12
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-11
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-10
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-08
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-05
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Heikki Linnakangas
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
Make "kerberos" test suite independent of "localhost" name resolution.
Noah Misch
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-30
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
Add ssl_library preset parameter
Peter Eisentraut
2018-07-29
Refactor geometric functions and operators
Tomas Vondra
2018-07-24
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-24
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-23
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-19
Add toast tables to most system catalogs
Michael Paquier
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-18
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-17
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
Add regression test for system catalog toast tables
Peter Eisentraut
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-11
Mark built-in btree comparison functions as leakproof where it's safe.
Tom Lane
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes.
Heikki Linnakangas
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-06
Add test for partitionwise join involving default partition.
Jeff Davis
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
2018-07-04
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-07-01
Fix libpq example programs
Peter Eisentraut
[next]