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
Age
Commit message (
Expand
)
Author
2022-12-10
Restructure soft-error handling in formatting.c.
Tom Lane
2022-12-09
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
Add test scaffolding for soft error reporting from input functions.
Tom Lane
2022-12-09
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
Fix invalid role names introduced in 096dd80f3c
Alexander Korotkov
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
Update MERGE docs to mention that ONLY is supported.
Dean Rasheed
2022-12-08
Remove unnecessary casts
Peter Eisentraut
2022-12-08
Update types in File API
Peter Eisentraut
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-07
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
Minor code refactoring in elog.c (no functional change).
Tom Lane
2022-12-07
Fix FK comment think-o
Peter Eisentraut
2022-12-07
Update outdated comment in ApplyRetrieveRule
Alvaro Herrera
2022-12-07
meson: Add basic PGXS compatibility
Andres Freund
2022-12-07
autoconf: Move export_dynamic determination to configure
Andres Freund
2022-12-07
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-06
meson: Basic cygwin support
Andres Freund
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-06
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
Check the snapshot argument of index_beginscan and family
Alexander Korotkov
2022-12-06
Provide test coverage in pg_dump for default behaviors with compression
Michael Paquier
2022-12-05
initdb: Refactor PG_CMD_PUTS loops
Peter Eisentraut
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-05
Add LSN location in some error messages related to WAL pages
Michael Paquier
2022-12-04
Fix thinko introduced in 6b423ec67
David Rowley
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-12-04
Fix broken MemoizePath support in reparameterize_path().
Tom Lane
2022-12-04
Add missing MaterialPath support in reparameterize_path[_by_child].
Tom Lane
2022-12-04
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-04
Improve performance of pg_strtointNN functions
David Rowley
2022-12-03
Doc: flesh out fmgr/README's description of context-node usage.
Tom Lane
2022-12-03
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
Add missing const qualifier
David Rowley
2022-12-03
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-12-02
Fix broken hash function hashbpcharextended().
Jeff Davis
2022-12-02
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
Add some error cross-checks to gen_node_support.pl.
Tom Lane
2022-12-02
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
Report incompatible roles in pg_upgrade checking
Daniel Gustafsson
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
autoconf: Don't AC_SUBST() LD in configure
Andres Freund
[next]