index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2023-11-06
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-20
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-10-03
Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.
Tom Lane
2023-09-30
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-08-29
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-27
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
Fix translation markers
Peter Eisentraut
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-12
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-07-27
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-21
Code review for commit b6e1157e7d
Amit Langote
2023-07-19
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-14
Add missing initializations of p_perminfo
Amit Langote
2023-07-13
Add missing const qualifier
Amit Langote
2023-07-13
Fix code indentation violation in commit b6e1157e7d
Amit Langote
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-08
Make some indentation in gram.y consistent
Peter Eisentraut
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-15
Remove outdated reference to a removed file
Amit Langote
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-10
Fix publication syntax error message
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-11
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-04
Code review for recent SQL/JSON commits
Alvaro Herrera
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
No need to add FORMAT to the keyword precedence list
Alvaro Herrera
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
[next]