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
/
test
Age
Commit message (
Expand
)
Author
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-29
Add tests for foreign keys with case-insensitive collations
Peter Eisentraut
2024-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-11-27
Fix pg_get_constraintdef for NOT NULL constraints on domains
Álvaro Herrera
2024-11-27
Fix buildfarm failure from commit 8fcd80258b.
Amit Kapila
2024-11-27
Support LIKE with nondeterministic collations
Peter Eisentraut
2024-11-27
Improve error message for replication of generated columns.
Amit Kapila
2024-11-26
Fix test case from a8ccf4e93
Richard Guo
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-24
Test "options=-crole=" and "ALTER DATABASE SET role".
Noah Misch
2024-11-24
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-11-22
Disallow modifying statistics on system columns.
Jeff Davis
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-21
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Peter Eisentraut
2024-11-15
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-15
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-14
Kill dead-end children when there's nothing else left
Heikki Linnakangas
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-11
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-11-07
Clarify a foreign key error message
Peter Eisentraut
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
Improve handling of empty query results in BackgroundPsql::query()
Michael Paquier
2024-11-06
Extend Cluster.pm's background_psql() to be able to start asynchronously
Michael Paquier
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
Add PG_TEST_EXTRA configure option to the Make builds
Heikki Linnakangas
2024-11-03
Add missing newlines at the end of two SQL files
Michael Paquier
2024-11-01
Add SQL function array_reverse()
Michael Paquier
2024-10-31
Make all ereport() calls within gram.y provide error locations.
Tom Lane
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
injection_points: Improve comment about disabled isolation permutation
Michael Paquier
[next]