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
/
commands
Age
Commit message (
Expand
)
Author
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-29
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-26
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-25
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-21
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-16
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-11
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-08
Fix handling of generated columns in ALTER TABLE.
Tom Lane
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-02
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-23
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-19
Update neglected comment.
Robert Haas
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-17
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
Remove ATPrepSetStatistics
Peter Eisentraut
2019-12-10
Fix handling of multiple AFTER ROW triggers on a foreign table.
Etsuro Fujita
2019-11-29
Add error position to an error message
Peter Eisentraut
2019-11-24
Doc: improve discussion of race conditions involved in LISTEN.
Tom Lane
2019-11-24
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-24
Stabilize the results of pg_notification_queue_usage().
Tom Lane
2019-11-23
Add object TRUNCATE hook
Joe Conway
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-14
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-13
Fix silly initializations (cosmetic only).
Tom Lane
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-12
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-11
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
Amit Kapila
2019-11-07
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
[next]