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