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
/
include
Age
Commit message (
Expand
)
Author
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
Remove fmgr.h inclusion from partition.h
Alvaro Herrera
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-24
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
Document aclitem functions and operators
Joe Conway
2018-09-22
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-20
Add missing pg_description strings for pg_type entries.
Tom Lane
2018-09-20
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-18
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-14
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-10
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-09
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-08
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-06
Refactor dlopen() support
Peter Eisentraut
2018-09-06
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-09-05
Make argument names of pg_get_object_address consistent, and fix docs.
Tom Lane
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-03
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
Fix 8a934d677 for libc++ and make more include order resistant.
Andres Freund
2018-08-31
Make checksum_impl.h safe to compile with -fstrict-aliasing.
Tom Lane
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-30
Add semicolons to end of internally run queries
Peter Eisentraut
2018-08-30
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-28
Code review for simplehash.h.
Thomas Munro
2018-08-27
Add some not null constraints to catalogs
Peter Eisentraut
2018-08-27
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-25
Comment fix for rewriteheap.h.
Jeff Davis
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-23
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
[next]