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
2018-09-20
Fix segment_bins corruption in dsa.c.
Thomas Munro
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-19
Fix minor error message style guide violation.
Tom Lane
2018-09-19
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
Translation updates
Peter Eisentraut
2018-09-16
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-15
In v11, disable JIT by default (it's still enabled by default in HEAD).
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
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-11
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-08
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-09-08
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-05
Remove no-longer-used variable.
Tom Lane
2018-09-05
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
During the split, set checksum on an empty hash index page.
Amit Kapila
2018-09-03
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-02
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-30
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-28
Avoid quadratic slowdown in regexp match/split functions.
Andrew Gierth
2018-08-27
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-26
Fix typos.
Thomas Munro
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-24
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
Suppress uninitialized-variable warning in new SCRAM code.
Tom Lane
2018-08-23
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-22
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-21
Fix typo
Alvaro Herrera
2018-08-21
fix typo
Alvaro Herrera
[next]