index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
11 days
Use table/index_close() more consistently
Michael Paquier
13 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-12
Reject opclass options in ON CONFLICT clause
Álvaro Herrera
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-27
Fix error reporting for SQL/JSON path type mismatches
Amit Langote
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-18
Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
2025-11-12
Remove unused assignment in CREATE PUBLICATION grammar.
Amit Kapila
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-11-04
Error message stylistic correction
Peter Eisentraut
2025-11-03
Fix outdated comment of COPY in gram.y.
Masahiko Sawada
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-15
Standardize use of REFRESH PUBLICATION in code and messages.
Amit Kapila
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-09
Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions
Amit Langote
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-27
Refactor to avoid code duplication in transformPLAssignStmt.
Tom Lane
2025-09-27
Fix missed copying of groupDistinct in transformPLAssignStmt.
Tom Lane
2025-09-17
Calculate agglevelsup correctly when Aggref contains a CTE.
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-10
Fix CREATE TABLE LIKE with not-valid check constraint
Peter Eisentraut
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-09-08
Update parser README to include parse_jsontable.c
Michael Paquier
2025-09-03
Add HINT for COPY TO when WHERE clause is used.
Fujii Masao
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-07-25
Refactor grammar to create opt_utility_option_list
Álvaro Herrera
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-03
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-02
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
2025-07-02
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-06-26
Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.
Fujii Masao
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-06-12
Revert support for improved tracking of nested queries
Michael Paquier
2025-05-21
Fix regression with location calculation of nested statements
Michael Paquier
2025-05-15
Fix Assert failure in XMLTABLE parser
Richard Guo
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
[next]