| 2022-12-14 |
Jeff Davis | Add grantable MAINTAIN privilege and pg_maintain role. |
commit | commitdiff | tree |
| 2022-12-14 |
Michael Paquier | Remove SHA256_HMAC_B from scram-common.h |
commit | commitdiff | tree |
| 2022-12-13 |
Tom Lane | Rethink handling of [Prevent|Is]InTransactionBlock... |
commit | commitdiff | tree |
| 2022-12-13 |
Peter Eisentraut | basebackup_to_shell: Add some const qualifiers for... |
commit | commitdiff | tree |
| 2022-12-13 |
Peter Eisentraut | Refactor ExecGrant_*() functions |
commit | commitdiff | tree |
| 2022-12-12 |
Tom Lane | Fix jsonb subscripting to cope with toasted subscript... |
commit | commitdiff | tree |
| 2022-12-12 |
Thomas Munro | Disable clang 16's -Wcast-function-type-strict. |
commit | commitdiff | tree |
| 2022-12-12 |
Alvaro Herrera | Better document logical replication parameters |
commit | commitdiff | tree |
| 2022-12-12 |
Jeff Davis | Remove extra space from dumped ALTER DEFAULT PRIVILEGES. |
commit | commitdiff | tree |
| 2022-12-12 |
Robert Haas | Fix failure to advance content pointer in sendFileWithC... |
commit | commitdiff | tree |
| 2022-12-12 |
Peter Eisentraut | Order getopt arguments |
commit | commitdiff | tree |
| 2022-12-12 |
Alvaro Herrera | Get rid of recursion-marker values in enum AlterTableType |
commit | commitdiff | tree |
| 2022-12-12 |
Michael Paquier | Add support for GRANT SET in psql tab completion |
commit | commitdiff | tree |
| 2022-12-12 |
Michael Paquier | Remove direct call to GetNewObjectId() for pg_auth_memb... |
commit | commitdiff | tree |
| 2022-12-11 |
Tom Lane | Convert domain_in to report errors softly. |
commit | commitdiff | tree |
| 2022-12-11 |
Tom Lane | Convert json_in and jsonb_in to report errors softly. |
commit | commitdiff | tree |
| 2022-12-11 |
Tom Lane | Change JsonSemAction to allow non-throw error reporting. |
commit | commitdiff | tree |
| 2022-12-10 |
Tom Lane | Standardize error reports in unimplemented I/O functions. |
commit | commitdiff | tree |
| 2022-12-10 |
Tom Lane | Use the macro, not handwritten code, to construct anymu... |
commit | commitdiff | tree |
| 2022-12-10 |
David Rowley | Add subquery pullup handling for WindowClause runCondition |
commit | commitdiff | tree |
| 2022-12-10 |
Michael Paquier | Fix macro definitions in pgstatfuncs.c |
commit | commitdiff | tree |
| 2022-12-10 |
Tom Lane | Restructure soft-error handling in formatting.c. |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Convert datetime input functions to use "soft" error... |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Allow DateTimeParseError to handle bad-timezone error... |
commit | commitdiff | tree |
| 2022-12-09 |
Andres Freund | meson: Improve PG_VERSION_STR generation |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Const-ify a couple of datetime parsing subroutines. |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Convert a few datatype input functions to use "soft... |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Add test scaffolding for soft error reporting from... |
commit | commitdiff | tree |
| 2022-12-09 |
Tom Lane | Create infrastructure for "soft" error reporting. |
commit | commitdiff | tree |
| 2022-12-09 |
Alexander Korotkov | Fix invalid role names introduced in 096dd80f3c |
commit | commitdiff | tree |
| 2022-12-09 |
Alexander Korotkov | Add USER SET parameter values for pg_db_role_setting |
commit | commitdiff | tree |
| 2022-12-09 |
Dean Rasheed | Update MERGE docs to mention that ONLY is supported. |
commit | commitdiff | tree |
| 2022-12-08 |
Peter Eisentraut | Remove unnecessary casts |
commit | commitdiff | tree |
| 2022-12-08 |
Peter Eisentraut | Update types in File API |
commit | commitdiff | tree |
| 2022-12-08 |
Etsuro Fujita | Remove new structure member from ResultRelInfo. |
commit | commitdiff | tree |
| 2022-12-08 |
Andres Freund | Add option to specify segment size in blocks |
commit | commitdiff | tree |
| 2022-12-08 |
Amit Kapila | Avoid unnecessary streaming of transactions during... |
commit | commitdiff | tree |
| 2022-12-07 |
Andres Freund | meson: Add 'running' test setup, as a replacement for... |
commit | commitdiff | tree |
| 2022-12-07 |
Tom Lane | Minor code refactoring in elog.c (no functional change). |
commit | commitdiff | tree |
| 2022-12-07 |
Tom Lane | Doc: subdivide System Information Functions and Operators. |
commit | commitdiff | tree |
| 2022-12-07 |
Peter Eisentraut | Fix FK comment think-o |
commit | commitdiff | tree |
| 2022-12-07 |
Alvaro Herrera | Update outdated comment in ApplyRetrieveRule |
commit | commitdiff | tree |
| 2022-12-07 |
Andres Freund | meson: Add basic PGXS compatibility |
commit | commitdiff | tree |
| 2022-12-07 |
Andres Freund | autoconf: Move export_dynamic determination to configure |
commit | commitdiff | tree |
| 2022-12-07 |
Michael Paquier | Generate pg_stat_get*() functions for databases using... |
commit | commitdiff | tree |
| 2022-12-06 |
Andres Freund | meson: Basic cygwin support |
commit | commitdiff | tree |
| 2022-12-06 |
Alvaro Herrera | Rework query relation permission checking |
commit | commitdiff | tree |
| 2022-12-06 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2022-12-06 |
David Rowley | Fix 32-bit build dangling pointer issue in WindowAgg |
commit | commitdiff | tree |
| 2022-12-06 |
Michael Paquier | Generate pg_stat_get*() functions for tables using... |
commit | commitdiff | tree |
| 2022-12-06 |
Alexander Korotkov | Check the snapshot argument of index_beginscan and... |
commit | commitdiff | tree |
| 2022-12-06 |
Michael Paquier | Provide test coverage in pg_dump for default behaviors... |
commit | commitdiff | tree |
| 2022-12-05 |
Peter Eisentraut | initdb: Refactor PG_CMD_PUTS loops |
commit | commitdiff | tree |
| 2022-12-05 |
Tom Lane | Fix Memoize to work with partitionwise joining. |
commit | commitdiff | tree |
| 2022-12-05 |
Peter Eisentraut | pg_dump: Remove "blob" terminology |
commit | commitdiff | tree |
| 2022-12-05 |
Michael Paquier | doc: Add missing <varlistentry> markups for developer... |
commit | commitdiff | tree |
| 2022-12-05 |
Michael Paquier | Add LSN location in some error messages related to... |
commit | commitdiff | tree |
| 2022-12-04 |
David Rowley | Fix thinko introduced in 6b423ec67 |
commit | commitdiff | tree |
| 2022-12-04 |
Tom Lane | Update top-level .gitignore. |
commit | commitdiff | tree |
| 2022-12-04 |
Tom Lane | Re-pgindent a few files. |
commit | commitdiff | tree |
| 2022-12-04 |
Tom Lane | Fix broken MemoizePath support in reparameterize_path(). |
commit | commitdiff | tree |
| 2022-12-04 |
Tom Lane | Add missing MaterialPath support in reparameterize_path... |
commit | commitdiff | tree |
| 2022-12-04 |
Tom Lane | Fix generate_partitionwise_join_paths() to tolerate... |
commit | commitdiff | tree |
| 2022-12-04 |
David Rowley | Improve performance of pg_strtointNN functions |
commit | commitdiff | tree |
| 2022-12-03 |
Tom Lane | Doc: flesh out fmgr/README's description of context... |
commit | commitdiff | tree |
| 2022-12-03 |
Dean Rasheed | Fix DEFAULT handling for multi-row INSERT rules. |
commit | commitdiff | tree |
| 2022-12-03 |
David Rowley | Add missing const qualifier |
commit | commitdiff | tree |
| 2022-12-03 |
Andres Freund | Prevent pgstats from getting confused when relkind... |
commit | commitdiff | tree |
| 2022-12-02 |
Jeff Davis | Fix broken hash function hashbpcharextended(). |
commit | commitdiff | tree |
| 2022-12-02 |
Tom Lane | Remove gen_node_support.pl's special treatment of Equiv... |
commit | commitdiff | tree |
| 2022-12-02 |
Tom Lane | Add some error cross-checks to gen_node_support.pl. |
commit | commitdiff | tree |
| 2022-12-02 |
Tom Lane | Fix psql's \sf and \ef for new-style SQL functions. |
commit | commitdiff | tree |
| 2022-12-02 |
Tom Lane | Remove logic for converting a table to a view. |
commit | commitdiff | tree |
| 2022-12-02 |
Daniel Gustafsson | doc: Avoid writing in first-person form |
commit | commitdiff | tree |
| 2022-12-02 |
Daniel Gustafsson | Report incompatible roles in pg_upgrade checking |
commit | commitdiff | tree |
| 2022-12-02 |
Daniel Gustafsson | doc: fix type alignment for CREATE TABLE in triggers |
commit | commitdiff | tree |
| 2022-12-02 |
Alvaro Herrera | Generalize ri_RootToPartitionMap to use for non-partiti... |
commit | commitdiff | tree |
| 2022-12-02 |
Amit Kapila | Fix incorrect output from pgoutput when using column... |
commit | commitdiff | tree |
| 2022-12-02 |
Andres Freund | autoconf: Don't AC_SUBST() LD in configure |
commit | commitdiff | tree |
| 2022-12-02 |
Andres Freund | autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C |
commit | commitdiff | tree |
| 2022-12-02 |
Michael Paquier | Switch pg_dump to use compression specifications |
commit | commitdiff | tree |
| 2022-12-01 |
Jeff Davis | Fix memory leak for hashing with nondeterministic colla... |
commit | commitdiff | tree |
| 2022-12-01 |
Tom Lane | Doc: add example of round(v, s) with negative s. |
commit | commitdiff | tree |
| 2022-12-01 |
Tom Lane | Doc: word-smith the discussion of secure schema usage... |
commit | commitdiff | tree |
| 2022-12-01 |
Tom Lane | Fix under-parenthesized display of AT TIME ZONE constructs. |
commit | commitdiff | tree |
| 2022-12-01 |
Bruce Momjian | revert: add transaction processing chapter with intern... |
commit | commitdiff | tree |
| 2022-12-01 |
Peter Eisentraut | doc: Add installation instructions for building with... |
commit | commitdiff | tree |
| 2022-12-01 |
Alvaro Herrera | Move PartitioPruneInfo out of plan nodes into PlannedStmt |
commit | commitdiff | tree |
| 2022-12-01 |
Peter Eisentraut | doc: Remove note about disk space from installation... |
commit | commitdiff | tree |
| 2022-12-01 |
Peter Eisentraut | doc: Add missing comma |
commit | commitdiff | tree |
| 2022-12-01 |
Michael Paquier | Make materialized views participate in predicate locking |
commit | commitdiff | tree |
| 2022-11-30 |
Tom Lane | Reject missing database name in pg_regress and cohorts. |
commit | commitdiff | tree |
| 2022-11-30 |
Alvaro Herrera | Bump catalog version for previous commit |
commit | commitdiff | tree |
| 2022-11-30 |
Alvaro Herrera | Stop accessing checkAsUser via RTE in some cases |
commit | commitdiff | tree |
| 2022-11-30 |
Michael Paquier | Add regression tests for psql's \o and \g on files |
commit | commitdiff | tree |
| 2022-11-30 |
Bruce Momjian | doc: add transaction processing chapter with internals... |
commit | commitdiff | tree |
| 2022-11-30 |
Michael Paquier | Refactor code parsing compression option values (-Z... |
commit | commitdiff | tree |
| 2022-11-29 |
Michael Paquier | Fix comment in fe-auth-scram.c |
commit | commitdiff | tree |
| 2022-11-29 |
Tom Lane | Improve heuristics for compressing the KnownAssignedXid... |
commit | commitdiff | tree |
| 2022-11-29 |
Tom Lane | Prevent clobbering of utility statements in SQL functio... |
commit | commitdiff | tree |
| next |