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 |
2022-11-29 |
Tom Lane | Remove bogus Assert and dead code in remove_useless_res... |
commit | commitdiff | tree |
2022-11-29 |
Alvaro Herrera | Add 'missing_ok' argument to build_attrmap_by_name |
commit | commitdiff | tree |
2022-11-29 |
Michael Paquier | meson: Add some missing env settings for tests of pg_du... |
commit | commitdiff | tree |
2022-11-28 |
Michael Paquier | Fix comment in snapbuild.c |
commit | commitdiff | tree |
2022-11-28 |
Thomas Munro | Remove promote_trigger_file. |
commit | commitdiff | tree |
2022-11-28 |
Andres Freund | meson: Fix binary mismatch for MSVC plperl vs gcc built... |
commit | commitdiff | tree |
2022-11-28 |
Andrew Dunstan | Provide non-superuser predefined roles for vacuum and... |
commit | commitdiff | tree |
2022-11-28 |
Andrew Dunstan | Provide per-table permissions for vacuum and analyze. |
commit | commitdiff | tree |
2022-11-28 |
Daniel Gustafsson | doc: Clarify unit of logging for log_temp_files |
commit | commitdiff | tree |
2022-11-28 |
Michael Paquier | Add TAP tests for include directives in HBA end ident... |
commit | commitdiff | tree |
2022-11-27 |
Tom Lane | Doc: update queries.sgml for optional subquery aliases. |
commit | commitdiff | tree |
2022-11-27 |
Andrew Dunstan | Fix binary mismatch for MSVC plperl vs gcc built perl... |
commit | commitdiff | tree |
2022-11-26 |
Tom Lane | Remove temporary portlock directory during make [dist... |
commit | commitdiff | tree |
2022-11-26 |
Andrew Dunstan | Add portlock directory to .gitignore |
commit | commitdiff | tree |
2022-11-26 |
Michael Paquier | Mark two signal flags as sig_atomic_t in pgbench and... |
commit | commitdiff | tree |
2022-11-26 |
Michael Paquier | Fix typo in hba.c |
commit | commitdiff | tree |
2022-11-25 |
Andrew Dunstan | Allow building with MSVC and Strawberry perl |
commit | commitdiff | tree |
2022-11-25 |
Peter Eisentraut | Correct some SQL feature names |
commit | commitdiff | tree |
2022-11-25 |
Andrew Dunstan | Fix gen_node_support.pl for changed AclMode size |
commit | commitdiff | tree |
2022-11-25 |
Dean Rasheed | Fix rule-detection code for MERGE. |
commit | commitdiff | tree |
2022-11-25 |
Peter Eisentraut | doc: Re-order Table 28.35 "Per-Backend Statistics Funct... |
commit | commitdiff | tree |
2022-11-25 |
Peter Eisentraut | doc: Re-order Table 28.12 "Wait Events of type LWLock" |
commit | commitdiff | tree |
2022-11-25 |
Peter Eisentraut | doc: Re-order sections of "28.4. Progress Reporting" |
commit | commitdiff | tree |
2022-11-25 |
Etsuro Fujita | Fix handling of pending inserts in nodeModifyTable.c. |
commit | commitdiff | tree |
2022-11-25 |
Michael Paquier | Skip TAP test for peer authentication if there are... |
commit | commitdiff | tree |
2022-11-24 |
Michael Paquier | Introduce variables for initial and max nesting depth... |
commit | commitdiff | tree |
2022-11-24 |
David Rowley | Fix some 32-bit shift warnings in MSVC |
commit | commitdiff | tree |
2022-11-24 |
David Rowley | Improve indenting in _hash_pgaddtup |
commit | commitdiff | tree |
2022-11-24 |
Alvaro Herrera | Make multixact error message more explicit |
commit | commitdiff | tree |
2022-11-24 |
Peter Eisentraut | doc: Fix description of how the default user name is... |
commit | commitdiff | tree |
2022-11-24 |
Michael Paquier | Add the database name to the ps display of logical... |
commit | commitdiff | tree |
2022-11-24 |
Michael Paquier | Add support for file inclusions in HBA and ident config... |
commit | commitdiff | tree |
2022-11-24 |
David Rowley | Speedup hash index builds by skipping needless binary... |
commit | commitdiff | tree |
2022-11-24 |
Michael Paquier | Create memory context for tokenization after opening... |
commit | commitdiff | tree |
2022-11-24 |
Michael Paquier | Add missing initialization in tokenize_expand_file... |
commit | commitdiff | tree |
2022-11-23 |
Michael Paquier | Rework memory contexts in charge of HBA/ident tokenization |
commit | commitdiff | tree |
2022-11-23 |
Alexander Korotkov | Support for custom slots in the custom executor nodes |
commit | commitdiff | tree |
2022-11-23 |
Andrew Dunstan | Simplify WARNING messages from skipped vacuum/analyze... |
commit | commitdiff | tree |
2022-11-23 |
Andrew Dunstan | Expand AclMode to 64 bits |
commit | commitdiff | tree |
2022-11-23 |
Peter Geoghegan | Simplify vacuum_set_xid_limits() signature. |
commit | commitdiff | tree |
2022-11-23 |
Peter Geoghegan | Don't test HEAP_XMAX_INVALID when freezing xmax. |
commit | commitdiff | tree |
2022-11-23 |
Andrew Dunstan | Fix perl warning from commit 9b4eafcaf4 |
commit | commitdiff | tree |
2022-11-22 |
Tom Lane | Give better hints for ambiguous or unreferenceable... |
commit | commitdiff | tree |
2022-11-22 |
Tom Lane | YA attempt at taming worst-case behavior of get_actual_... |
commit | commitdiff | tree |
2022-11-22 |
Alvaro Herrera | Remove useless MERGE test |
commit | commitdiff | tree |
2022-11-22 |
Amit Kapila | Improve comments atop pg_get_replication_slots. |
commit | commitdiff | tree |
2022-11-22 |
Alvaro Herrera | Ignore invalidated slots while computing oldest catalog... |
commit | commitdiff | tree |
2022-11-22 |
Andres Freund | Add wait event for pg_usleep() in perform_spin_delay() |
commit | commitdiff | tree |
2022-11-21 |
Andres Freund | ci: Use -fsanitize=undefined,alignment,address in linux... |
commit | commitdiff | tree |
2022-11-21 |
Andres Freund | ci: Introduce SanityCheck task that other tasks depend on |
commit | commitdiff | tree |
2022-11-21 |
Andres Freund | ci: Clean up pre-meson cruft in windows task |
commit | commitdiff | tree |
2022-11-21 |
Daniel Gustafsson | Replace link to Hunspell with the current homepage |
commit | commitdiff | tree |
2022-11-21 |
Tom Lane | Add comments and a missing CHECK_FOR_INTERRUPTS in... |
commit | commitdiff | tree |
2022-11-21 |
Andres Freund | Add workaround to make ubsan and ps_status.c compatible |
commit | commitdiff | tree |
2022-11-21 |
Tom Lane | Mark pageinspect's disk-accessing functions as parallel... |
commit | commitdiff | tree |
2022-11-21 |
Tom Lane | Provide options for postmaster to kill child processes... |
commit | commitdiff | tree |
2022-11-21 |
Tom Lane | Prevent instability in contrib/pageinspect's regression... |
commit | commitdiff | tree |
2022-11-21 |
Michael Paquier | Replace SQLValueFunction by COERCE_SQL_SYNTAX |
commit | commitdiff | tree |
2022-11-21 |
Amit Kapila | Add additional checks while creating the initial decodi... |
commit | commitdiff | tree |
2022-11-20 |
Andres Freund | lwlock: Fix quadratic behavior with very long wait... |
commit | commitdiff | tree |
2022-11-20 |
Andres Freund | pgstat: replace double lookup with IsSharedRelation() |
commit | commitdiff | tree |
2022-11-20 |
Tom Lane | Fix sloppy cleanup of roles in privileges.sql. |
commit | commitdiff | tree |
2022-11-20 |
Tom Lane | Fix long-obsolete comment. |
commit | commitdiff | tree |
2022-11-20 |
Andrew Dunstan | Prevent port collisions between concurrent TAP tests |
commit | commitdiff | tree |
2022-11-20 |
Michael Paquier | Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX |
commit | commitdiff | tree |
2022-11-19 |
Joe Conway | Fix catversion |
commit | commitdiff | tree |
2022-11-19 |
Andres Freund | Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing... |
commit | commitdiff | tree |
2022-11-19 |
Tom Lane | Disable debug_discard_caches in test_oat_hooks test. |
commit | commitdiff | tree |
2022-11-19 |
Tom Lane | Doc: sync src/tutorial/basics.source with SGML document... |
commit | commitdiff | tree |
2022-11-18 |
Robert Haas | Fix typos and bump catversion. |
commit | commitdiff | tree |
2022-11-18 |
Robert Haas | Add a SET option to the GRANT command. |
commit | commitdiff | tree |
2022-11-18 |
Tom Lane | Don't read MCV stats needlessly in eqjoinsel(). |
commit | commitdiff | tree |
next |