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
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-12
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-06
Report progress of COPY commands
Tomas Vondra
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-20
Fix compiler warning introduced in 6df7a9698b
Alexander Korotkov
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-11
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-08
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-01
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-11-30
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-28
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-25
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-24
Put "inline" marker on declarations of inline functions.
Tom Lane
2020-11-23
Split copy.c into four files.
Heikki Linnakangas
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-18
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-17
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2020-11-15
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-14
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-12
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-11-11
Fix cases of discarding result from list API functions
Peter Eisentraut
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-07
Message style improvements
Alvaro Herrera
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-11-06
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-05
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-03
Improve error messages around REPLICATION and BYPASSRLS properties.
Tom Lane
2020-11-03
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-11-03
Disallow ALTER TABLE ONLY / DROP EXPRESSION
Peter Eisentraut
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
[next]