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
Age
Commit message (
Expand
)
Author
2017-12-05
Fix warnings from cpluspluscheck
Peter Eisentraut
2017-12-04
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
Improve error handling in RemovePgTempFiles().
Tom Lane
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-12-04
Remove memory leak protection from Gather and Gather Merge nodes.
Robert Haas
2017-12-03
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
Tom Lane
2017-12-02
Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Andres Freund
2017-12-02
Add infrastructure for sharing temporary files between backends.
Andres Freund
2017-12-01
Minor code beautification in partition_bounds_equal.
Robert Haas
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
Try to exclude partitioned tables in toto.
Robert Haas
2017-12-01
Fix uninitialized memory reference.
Robert Haas
2017-12-01
Check channel binding flag at end of SCRAM exchange
Peter Eisentraut
2017-12-01
pg_basebackup: Fix progress messages when writing to a file
Peter Eisentraut
2017-11-30
Remove extra word from comment.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-30
Make create_unique_path manage memory like mark_dummy_rel.
Robert Haas
2017-11-30
Fix non-GNU makefiles for AIX make.
Noah Misch
2017-11-30
Fix neqjoinsel's behavior for semi/anti join cases.
Tom Lane
2017-11-30
Add a barrier primitive for synchronizing backends.
Andres Freund
2017-11-30
Add some regression tests that exercise hash join code.
Andres Freund
2017-11-29
New C function: bms_add_range
Robert Haas
2017-11-29
Add extensive tests for partition pruning.
Robert Haas
2017-11-29
PL/Python: Fix remaining scan-build warnings
Peter Eisentraut
2017-11-29
Add compiler hints to PLy_elog()
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-29
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-11-28
Fix wrong function name in comment.
Robert Haas
2017-11-28
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
Revert "PL/Python: Fix potential NULL pointer dereference"
Peter Eisentraut
2017-11-28
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-11-28
Teach bitmap heap scan to cope with absence of a DSA.
Robert Haas
2017-11-28
PL/Python: Fix potential NULL pointer dereference
Peter Eisentraut
2017-11-28
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
Fix typo.
Robert Haas
2017-11-28
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-28
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
Pad XLogReaderState's per-buffer data_bufsz more aggressively.
Simon Riggs
2017-11-27
Fix typo in comment
Magnus Hagander
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-25
Update MSVC build process for new timezone data.
Tom Lane
2017-11-25
Replace raw timezone source data with IANA's new compact format.
Tom Lane
2017-11-25
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
Update buffile.h/.c comments for removal of non-temp option.
Tom Lane
[next]