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-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
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-27
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-26
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-25
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-23
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-20
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
Fix handling of redundant options with COPY for "freeze" and "header"
Michael Paquier
2020-09-30
Reword partitioning error message
Alvaro Herrera
2020-09-29
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
Minor mop-up for List improvements.
Tom Lane
2020-09-26
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
[next]