users/gsingh/postgres.git
2022-12-10 Tom LaneRestructure soft-error handling in formatting.c.
2022-12-09 Tom LaneConvert datetime input functions to use "soft" error...
2022-12-09 Tom LaneAllow DateTimeParseError to handle bad-timezone error...
2022-12-09 Andres Freundmeson: Improve PG_VERSION_STR generation
2022-12-09 Tom LaneConst-ify a couple of datetime parsing subroutines.
2022-12-09 Tom LaneConvert a few datatype input functions to use "soft...
2022-12-09 Tom LaneAdd test scaffolding for soft error reporting from...
2022-12-09 Tom LaneCreate infrastructure for "soft" error reporting.
2022-12-09 Alexander KorotkovFix invalid role names introduced in 096dd80f3c
2022-12-09 Alexander KorotkovAdd USER SET parameter values for pg_db_role_setting
2022-12-09 Dean RasheedUpdate MERGE docs to mention that ONLY is supported.
2022-12-08 Peter EisentrautRemove unnecessary casts
2022-12-08 Peter EisentrautUpdate types in File API
2022-12-08 Etsuro FujitaRemove new structure member from ResultRelInfo.
2022-12-08 Andres FreundAdd option to specify segment size in blocks
2022-12-08 Amit KapilaAvoid unnecessary streaming of transactions during...
2022-12-07 Andres Freundmeson: Add 'running' test setup, as a replacement for...
2022-12-07 Tom LaneMinor code refactoring in elog.c (no functional change).
2022-12-07 Tom LaneDoc: subdivide System Information Functions and Operators.
2022-12-07 Peter EisentrautFix FK comment think-o
2022-12-07 Alvaro HerreraUpdate outdated comment in ApplyRetrieveRule
2022-12-07 Andres Freundmeson: Add basic PGXS compatibility
2022-12-07 Andres Freundautoconf: Move export_dynamic determination to configure
2022-12-07 Michael PaquierGenerate pg_stat_get*() functions for databases using...
2022-12-06 Andres Freundmeson: Basic cygwin support
2022-12-06 Alvaro HerreraRework query relation permission checking
2022-12-06 Alvaro HerreraFix typo
2022-12-06 David RowleyFix 32-bit build dangling pointer issue in WindowAgg
2022-12-06 Michael PaquierGenerate pg_stat_get*() functions for tables using...
2022-12-06 Alexander KorotkovCheck the snapshot argument of index_beginscan and...
2022-12-06 Michael PaquierProvide test coverage in pg_dump for default behaviors...
2022-12-05 Peter Eisentrautinitdb: Refactor PG_CMD_PUTS loops
2022-12-05 Tom LaneFix Memoize to work with partitionwise joining.
2022-12-05 Peter Eisentrautpg_dump: Remove "blob" terminology
2022-12-05 Michael Paquierdoc: Add missing <varlistentry> markups for developer...
2022-12-05 Michael PaquierAdd LSN location in some error messages related to...
2022-12-04 David RowleyFix thinko introduced in 6b423ec67
2022-12-04 Tom LaneUpdate top-level .gitignore.
2022-12-04 Tom LaneRe-pgindent a few files.
2022-12-04 Tom LaneFix broken MemoizePath support in reparameterize_path().
2022-12-04 Tom LaneAdd missing MaterialPath support in reparameterize_path...
2022-12-04 Tom LaneFix generate_partitionwise_join_paths() to tolerate...
2022-12-04 David RowleyImprove performance of pg_strtointNN functions
2022-12-03 Tom LaneDoc: flesh out fmgr/README's description of context...
2022-12-03 Dean RasheedFix DEFAULT handling for multi-row INSERT rules.
2022-12-03 David RowleyAdd missing const qualifier
2022-12-03 Andres FreundPrevent pgstats from getting confused when relkind...
2022-12-02 Jeff DavisFix broken hash function hashbpcharextended().
2022-12-02 Tom LaneRemove gen_node_support.pl's special treatment of Equiv...
2022-12-02 Tom LaneAdd some error cross-checks to gen_node_support.pl.
2022-12-02 Tom LaneFix psql's \sf and \ef for new-style SQL functions.
2022-12-02 Tom LaneRemove logic for converting a table to a view.
2022-12-02 Daniel Gustafssondoc: Avoid writing in first-person form
2022-12-02 Daniel GustafssonReport incompatible roles in pg_upgrade checking
2022-12-02 Daniel Gustafssondoc: fix type alignment for CREATE TABLE in triggers
2022-12-02 Alvaro HerreraGeneralize ri_RootToPartitionMap to use for non-partiti...
2022-12-02 Amit KapilaFix incorrect output from pgoutput when using column...
2022-12-02 Andres Freundautoconf: Don't AC_SUBST() LD in configure
2022-12-02 Andres Freundautoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
2022-12-02 Michael PaquierSwitch pg_dump to use compression specifications
2022-12-01 Jeff DavisFix memory leak for hashing with nondeterministic colla...
2022-12-01 Tom LaneDoc: add example of round(v, s) with negative s.
2022-12-01 Tom LaneDoc: word-smith the discussion of secure schema usage...
2022-12-01 Tom LaneFix under-parenthesized display of AT TIME ZONE constructs.
2022-12-01 Bruce Momjianrevert: add transaction processing chapter with intern...
2022-12-01 Peter Eisentrautdoc: Add installation instructions for building with...
2022-12-01 Alvaro HerreraMove PartitioPruneInfo out of plan nodes into PlannedStmt
2022-12-01 Peter Eisentrautdoc: Remove note about disk space from installation...
2022-12-01 Peter Eisentrautdoc: Add missing comma
2022-12-01 Michael PaquierMake materialized views participate in predicate locking
2022-11-30 Tom LaneReject missing database name in pg_regress and cohorts.
2022-11-30 Alvaro HerreraBump catalog version for previous commit
2022-11-30 Alvaro HerreraStop accessing checkAsUser via RTE in some cases
2022-11-30 Michael PaquierAdd regression tests for psql's \o and \g on files
2022-11-30 Bruce Momjiandoc: add transaction processing chapter with internals...
2022-11-30 Michael PaquierRefactor code parsing compression option values (-Z...
2022-11-29 Michael PaquierFix comment in fe-auth-scram.c
2022-11-29 Tom LaneImprove heuristics for compressing the KnownAssignedXid...
2022-11-29 Tom LanePrevent clobbering of utility statements in SQL functio...
2022-11-29 Tom LaneRemove bogus Assert and dead code in remove_useless_res...
2022-11-29 Alvaro HerreraAdd 'missing_ok' argument to build_attrmap_by_name
2022-11-29 Michael Paquiermeson: Add some missing env settings for tests of pg_du...
2022-11-28 Michael PaquierFix comment in snapbuild.c
2022-11-28 Thomas MunroRemove promote_trigger_file.
2022-11-28 Andres Freundmeson: Fix binary mismatch for MSVC plperl vs gcc built...
2022-11-28 Andrew DunstanProvide non-superuser predefined roles for vacuum and...
2022-11-28 Andrew DunstanProvide per-table permissions for vacuum and analyze.
2022-11-28 Daniel Gustafssondoc: Clarify unit of logging for log_temp_files
2022-11-28 Michael PaquierAdd TAP tests for include directives in HBA end ident...
2022-11-27 Tom LaneDoc: update queries.sgml for optional subquery aliases.
2022-11-27 Andrew DunstanFix binary mismatch for MSVC plperl vs gcc built perl...
2022-11-26 Tom LaneRemove temporary portlock directory during make [dist...
2022-11-26 Andrew DunstanAdd portlock directory to .gitignore
2022-11-26 Michael PaquierMark two signal flags as sig_atomic_t in pgbench and...
2022-11-26 Michael PaquierFix typo in hba.c
2022-11-25 Andrew DunstanAllow building with MSVC and Strawberry perl
2022-11-25 Peter EisentrautCorrect some SQL feature names
2022-11-25 Andrew DunstanFix gen_node_support.pl for changed AclMode size
2022-11-25 Dean RasheedFix rule-detection code for MERGE.
2022-11-25 Peter Eisentrautdoc: Re-order Table 28.35 "Per-Backend Statistics Funct...
next