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-09-14
Remove BoolPtr type
Peter Eisentraut
2017-09-14
Fix bool/int type confusion
Peter Eisentraut
2017-09-14
Fix inconsistent capitalization.
Robert Haas
2017-09-14
Set partitioned_rels appropriately when UNION ALL is used.
Robert Haas
2017-09-14
Properly check interrupts in execScan.c.
Andres Freund
2017-09-14
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
Adjust unstable regression test case.
Tom Lane
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
Improve error message in WAL sender
Peter Eisentraut
2017-09-13
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-12
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-12
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-12
Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers
Michael Meskes
2017-09-12
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
pg_receivewal: Add --endpos option
Peter Eisentraut
2017-09-11
Constify numeric.c.
Andres Freund
2017-09-11
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-10
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
Add a test harness for the red-black tree code.
Tom Lane
2017-09-10
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-09
pg_upgrade: Message style fixes
Peter Eisentraut
2017-09-09
Fix failure-to-copy bug in commit 6f6b99d13.
Tom Lane
2017-09-08
Fix uninitialized-variable bug.
Tom Lane
2017-09-08
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
Fix pgbench TAP tests to work with --disable-thread-safety.
Tom Lane
2017-09-08
Remove mention of password_encryption = plain in postgresql.conf.sample.
Tom Lane
2017-09-08
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
Clean up excessive code
Peter Eisentraut
2017-09-08
Remove useless empty string initializations
Peter Eisentraut
2017-09-08
Remove useless dead code
Peter Eisentraut
2017-09-08
Fix assorted portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
Add much-more-extensive TAP tests for pgbench.
Tom Lane
2017-09-08
Refactor get_partition_for_tuple a bit.
Robert Haas
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
Further marginal hacking on generic atomic ops.
Tom Lane
2017-09-07
Exclude special values in recovery_target_time
Simon Riggs
2017-09-06
Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.
Tom Lane
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.
Tom Lane
2017-09-06
Remove duplicate reads from the inner loops in generic atomic ops.
Tom Lane
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-05
Add \gdesc psql command.
Tom Lane
2017-09-05
Use lfirst_node() and linitial_node() where appropriate in planner.c.
Tom Lane
[next]