index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2017-03-12
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
Enable 64 bit atomics on ARM64.
Andres Freund
2017-03-10
Change the relkind for partitioned tables from 'P' to 'p'.
Tom Lane
2017-03-10
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Tom Lane
2017-03-10
Make CppAsString2() more visible in c.h.
Tom Lane
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Document intentional violations of header inclusion policy.
Tom Lane
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-08
tidbitmap: Support shared iteration.
Robert Haas
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-03-06
Make simplehash.h grow hashtable in additional cases.
Andres Freund
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-03-06
Mark pg_start_backup and pg_stop_backup as parallel-restricted.
Robert Haas
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
psql: Add tab completion for logical replication
Peter Eisentraut
2017-03-03
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-03-03
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-01
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Andres Freund
2017-03-01
Fix naming inconsistency
Peter Eisentraut
2017-03-01
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
Reduce size of common allocation header.
Andres Freund
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-27
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-02-27
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-27
Make useful infrastructure from aset.c generally available.
Andres Freund
2017-02-26
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-24
Fix unportable definition of BSWAP64() macro.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
[next]