index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
parsenodes.h
Commit message (
Expand
)
Author
Age
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-09-13
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-06-09
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Remove useless comment.
Tom Lane
2019-04-23
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Generated columns
Peter Eisentraut
2019-03-30
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-25
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
*
Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier
2018-07-29
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
[next]