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
Age
Commit message (
Expand
)
Author
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-29
Fix pg_stat_ssl.clientdn
Peter Eisentraut
2019-01-29
Add tests for pg_stat_ssl system view
Peter Eisentraut
2019-01-29
Make SSL tests more robust
Peter Eisentraut
2019-01-29
Use catalog query to discover tables to process in vacuumdb
Michael Paquier
2019-01-29
Fix LLVM related headers to compile standalone (to fix cpluspluscheck).
Andres Freund
2019-01-29
Revert "Move page initialization from RelationAddExtraBlocks() to use."
Andres Freund
2019-01-28
Fix race condition between relation extension and vacuum.
Andres Freund
2019-01-28
Separate per-batch and per-tuple memory contexts in COPY
Tomas Vondra
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
Install JIT related headers.
Andres Freund
2019-01-28
Move page initialization from RelationAddExtraBlocks() to use.
Andres Freund
2019-01-28
psql: Remove unused tab completion query
Peter Eisentraut
2019-01-28
Add tab completion for ALTER INDEX ALTER COLUMN in psql
Michael Paquier
2019-01-28
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
In bootstrap mode, don't allow the creation of files if they don't already
Amit Kapila
2019-01-27
Add TAP tests for vacuumdb with column lists
Michael Paquier
2019-01-27
Allow for yet another crash symptom in 013_crash_restart.pl.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-26
Fix psql's "\g target" meta-command to work with COPY TO STDOUT.
Tom Lane
2019-01-26
Make regression test output locale-independent
Peter Eisentraut
2019-01-26
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-25
SQL comment: remove extra word in heading comment
Bruce Momjian
2019-01-25
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-25
Teach nulltestsel() that system columns are never NULL.
Tom Lane
2019-01-25
Fix possibly-uninitialized-variable warning from commit 9556aa01c.
Tom Lane
2019-01-25
Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.
Heikki Linnakangas
2019-01-25
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-24
Remove _configthreadlocale() calls in ecpg test suite.
Tom Lane
2019-01-24
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
PL/pgSQL: Add statement ID to statement structures
Peter Eisentraut
2019-01-24
Fix whitespace
Peter Eisentraut
2019-01-24
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
Fix portability problem in pgbench.
Tom Lane
2019-01-24
Simplify coding to detach constraints when detaching partition
Alvaro Herrera
2019-01-24
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-24
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
Fix typo in pgbench.c
Michael Paquier
2019-01-23
Make vacuumdb test regex more modular for its query output
Michael Paquier
2019-01-22
Fix handling of volatile expressions in COPY FROM ... WHERE
Tomas Vondra
2019-01-22
llvm: Fix file-ending in IDENTIFICATION comments.
Andres Freund
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-22
Rephrase references to "time qualification".
Andres Freund
[next]