index
:
users/gsingh/postgres.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
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-07
Remove leftover code in deconstruct_distribute_oj_quals().
HEAD
master
Tom Lane
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-07
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-06
ci: freebsd: stop postgres instance on failure, to prevent log upload failures
Andres Freund
2023-02-06
Fix more outdated comments
Peter Eisentraut
2023-02-06
Fix up outdated comments
Peter Eisentraut
2023-02-06
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-06
doc: Fix SQL keywords lists
Peter Eisentraut
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
doc: Fix description of SQL standard parts
Peter Eisentraut
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-02-06
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
Properly NULL-terminate GSS receive buffer on error packet reception
Michael Paquier
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-05
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-04
Fix thinko in qual distribution.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-04
Remove unused code related to unknown type
Peter Eisentraut
2023-02-03
Make int64_div_fast_to_numeric() more robust.
Dean Rasheed
2023-02-03
doc: Fix XML formatting that psql cannot handle
Peter Eisentraut
2023-02-03
ci: Use windows VMs instead of windows containers
Andres Freund
2023-02-03
Reduce code duplication between heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
Optimize the origin drop functionality.
Amit Kapila
2023-02-03
ci: Upgrade macOS version from 12 to 13.
Thomas Munro
2023-02-02
Add helper functions to simplify heapgettup code
David Rowley
2023-02-02
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-02
Document installing perltidy with cpanm
Andrew Dunstan
2023-02-02
Clarify the choice of rscale in numeric_sqrt().
Dean Rasheed
2023-02-02
Ensure that numeric.c compiles with other NBASE values.
Dean Rasheed
2023-02-02
Doc: Abstract AF_UNIX sockets don't work on Windows.
Thomas Munro
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
Refactor heapam.c adding heapgettup_initial_block function
David Rowley
2023-02-01
meson: Fix typo in pkgconfig generation
Peter Eisentraut
2023-02-01
Simplify main waiting loop of the archiver process
Michael Paquier
2023-02-01
dblink: Fix variable confusion introduced in e4602483e95
Andres Freund
2023-02-01
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-01-31
Update time zone data files to tzdata release 2022g.
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-31
Doc: clarify use of NULL to drop comments and security labels.
Tom Lane
2023-01-31
Remove over-optimistic Assert.
Tom Lane
2023-01-31
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-31
Refactor rmtree() to use get_dirent_type().
Thomas Munro
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
[next]