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
/
backend
Age
Commit message (
Expand
)
Author
2016-04-01
Omit null rows when applying the Haas-Stokes estimator for ndistinct.
Tom Lane
2016-04-01
Type names should not be quoted
Alvaro Herrera
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
Fix broken variable declaration
Alvaro Herrera
2016-03-31
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
Fix bug in aggregate (de)serialization commit.
Robert Haas
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
Fix support of digits in email/hostnames.
Teodor Sigaev
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-29
Fix typo in comment.
Robert Haas
2016-03-28
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-27
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-27
Fix LWLockReportWaitEnd() parameter list to be (void).
Andres Freund
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-26
Avoid a couple of zero-divide scenarios in the planner.
Tom Lane
2016-03-25
Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.
Tom Lane
2016-03-25
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-25
Don't split up SRFs when choosing to postpone SELECT output expressions.
Tom Lane
2016-03-25
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
Suppress compiler warning for get_am_type_string().
Tom Lane
2016-03-24
Use correct GetDatum function.
Robert Haas
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
Partition the freelist for shared dynahash tables.
Robert Haas
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
Change comment to describe correct lock level used
Simon Riggs
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-21
Make max_parallel_degree PGC_USERSET.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-21
Properly declare FeBeWaitSet.
Andres Freund
2016-03-21
Introduce WaitEventSet API.
Andres Freund
[next]