| 2023-11-13 |
Tom Lane | Don't try to dump RLS policies or security labels for... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify handling of ts_headline() operators ... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | psql: improve description consistency of \dTS data... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify handling of range upper/lower/upper_inf... |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Improve default and empty privilege outputs in psql. |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: move ROW IS NULL examples to a different chapter |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify that pg_global can _only_ be used for... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | Adjust file_fdw regression tests for acc95f29ef FREEZE... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: restructure ALTER DEFAULT PRIVILEGES |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Improve readability and error detection of array_in(). |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: correct description of libpq's PQsetnonblocking... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | Add error about the use of FREEZE in COPY TO |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: remove RUNAS instructions for pg_upgrade on Windows |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Don't release index root page pin in ginFindParents(). |
commit | commitdiff | tree |
| 2023-11-13 |
Daniel Gustafsson | doc: Add missing semicolon in example |
commit | commitdiff | tree |
| 2023-11-13 |
Etsuro Fujita | Remove incorrect file reference in comment. |
commit | commitdiff | tree |
| 2023-11-13 |
Amit Kapila | Use REGBUF_NO_CHANGE at one more place in the hash... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Extend sendFileWithContent() to handle custom content... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Add ability to reset all shared stats types in pg_stat_... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Fix inconsistencies for queries on pg_class in type_san... |
commit | commitdiff | tree |
| 2023-11-10 |
Alexander Korotkov | Fix how SJE checks against PHVs |
commit | commitdiff | tree |
| 2023-11-10 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2023-11-10 |
Amit Kapila | Prohibit max_slot_wal_keep_size to value other than... |
commit | commitdiff | tree |
| 2023-11-09 |
Bruce Momjian | doc: fix wording describing the checkpoint_flush_after GUC |
commit | commitdiff | tree |
| 2023-11-09 |
Bruce Momjian | doc: remove unnecessary comma in postgres-fdw |
commit | commitdiff | tree |
| 2023-11-09 |
Tom Lane | Fix computation of varnullingrels when const-folding... |
commit | commitdiff | tree |
| 2023-11-09 |
Peter Eisentraut | meson: Install missing example files |
commit | commitdiff | tree |
| 2023-11-09 |
Peter Eisentraut | meson: Fix doc installation path computation |
commit | commitdiff | tree |
| 2023-11-09 |
Alexander Korotkov | Fix the way SJE removes references from PHVs |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Avoid integer overflow hazard in interval_time(). |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix AFTER ROW trigger execution in MERGE cross-partitio... |
commit | commitdiff | tree |
| 2023-11-09 |
David Rowley | Ensure we use the correct spelling of "ensure" |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix corner-case 64-bit integer subtraction bug on some... |
commit | commitdiff | tree |
| 2023-11-09 |
Amit Kapila | Fix uninitialized slot array access during the upgrade. |
commit | commitdiff | tree |
| 2023-11-09 |
Michael Paquier | pg_stat_statements: Remove duplicated tests for SET... |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Fix bug in the new ResourceOwner implementation. |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc:: simplify introductory text |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | README: remove duplicate download link & mention relat... |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: change "system" to "cluster" where appropriate |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: mention that ANALYZE does block DDL |
commit | commitdiff | tree |
| 2023-11-08 |
Alvaro Herrera | Check stack depth in new recursive functions |
commit | commitdiff | tree |
| 2023-11-08 |
Tom Lane | Fix some issues with tracking nesting level in pg_stat_... |
commit | commitdiff | tree |
| 2023-11-08 |
Alvaro Herrera | Call pqPipelineFlush from PQsendFlushRequest |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Change pgcrypto to use the new ResourceOwner mechanism. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Use a faster hash function in resource owners. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Make ResourceOwners more easily extensible. |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Move a few ResourceOwnerEnlarge() calls for safety... |
commit | commitdiff | tree |
| 2023-11-08 |
Peter Eisentraut | Don't install ldap_password_func in meson |
commit | commitdiff | tree |
| 2023-11-08 |
Michael Paquier | Fix use of OPENSSL in SSL tests if command is not found |
commit | commitdiff | tree |
| 2023-11-08 |
Michael Paquier | Enlarge assertion in bloom_init() for false_positive_rate |
commit | commitdiff | tree |
| 2023-11-07 |
Alvaro Herrera | Stop including parsenodes.h in plannodes.h |
commit | commitdiff | tree |
| 2023-11-07 |
Peter Eisentraut | citext: Allow tests to pass in OpenSSL FIPS mode |
commit | commitdiff | tree |
| 2023-11-07 |
Amit Kapila | Fix the test 003_logical_slots. |
commit | commitdiff | tree |
| 2023-11-07 |
Michael Paquier | Reorder two functions in inval.c |
commit | commitdiff | tree |
| 2023-11-06 |
David Rowley | Make use of initReadOnlyStringInfo() in more places |
commit | commitdiff | tree |
| 2023-11-06 |
Tom Lane | Detect integer overflow while computing new array dimen... |
commit | commitdiff | tree |
| 2023-11-06 |
Tom Lane | Compute aggregate argument types correctly in transform... |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | Remove distprep |
commit | commitdiff | tree |
| 2023-11-06 |
Noah Misch | Set GUC "is_superuser" in all processes that set Authen... |
commit | commitdiff | tree |
| 2023-11-06 |
Noah Misch | Ban role pg_signal_backend from more superuser backend... |
commit | commitdiff | tree |
| 2023-11-06 |
Daniel Gustafsson | Add XMLText function (SQL/XML X038) |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | pg_resetwal: Add more tests and test coverage |
commit | commitdiff | tree |
| 2023-11-06 |
Peter Eisentraut | doc: pg_resetwal: Add comments how the multipliers... |
commit | commitdiff | tree |
| 2023-11-06 |
Alexander Korotkov | Fix allocation of UniqueRelInfo |
commit | commitdiff | tree |
| 2023-11-05 |
Peter Eisentraut | More consistent behavior of GetDataDirectoryCreatePerm... |
commit | commitdiff | tree |
| 2023-11-04 |
David Rowley | Try again to fix the MSVC build |
commit | commitdiff | tree |
| 2023-11-04 |
Alexander Korotkov | Fix usage of the parse tree for estimate_num_groups... |
commit | commitdiff | tree |
| 2023-11-03 |
Andres Freund | meson: docs: Install all manpages, not just ones in... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: move HBA reload instructions above the syntax... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: \copy can get data values \. and end-of-input... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: CREATE DATABASE doesn't copy db-level perms. from... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: mention ORDER BY for some aggregates, add ORDER... |
commit | commitdiff | tree |
| 2023-11-03 |
Tom Lane | Doc: update CREATE RULE ref page's hoary discussion... |
commit | commitdiff | tree |
| 2023-11-03 |
Bruce Momjian | doc: ALTER DEFAULT PRIVILEGES does not affect inherite... |
commit | commitdiff | tree |
| 2023-11-03 |
David Rowley | Add missing unicode_category.c to MSVC build scripts |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Stabilize postgres_fdw tests on 32-bit machines |
commit | commitdiff | tree |
| 2023-11-02 |
Tom Lane | Make GetConfigOption/GetConfigOptionResetString return... |
commit | commitdiff | tree |
| 2023-11-02 |
Tom Lane | Be more wary about NULL values for GUC string variables. |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Attempt to stabilize postgres_fdw tests |
commit | commitdiff | tree |
| 2023-11-02 |
Jeff Davis | Additional unicode primitive functions. |
commit | commitdiff | tree |
| 2023-11-02 |
Michael Paquier | Prevent startup of logical replication launcher during... |
commit | commitdiff | tree |
| 2023-11-02 |
Michael Paquier | Fix 003_check_guc.pl when loading modules with custom... |
commit | commitdiff | tree |
| 2023-11-02 |
David Rowley | Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 |
commit | commitdiff | tree |
| 2023-11-01 |
Michael Paquier | doc: Replace reference to ERRCODE_RAISE_EXCEPTION by... |
commit | commitdiff | tree |
| 2023-11-01 |
Bruce Momjian | doc: add reference to wire protocol details |
commit | commitdiff | tree |
| 2023-11-01 |
Daniel Gustafsson | Fix function name in comment |
commit | commitdiff | tree |
| 2023-11-01 |
Michael Paquier | doc: Expand section related to LWLocks and shared memory |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: add missing word to sentence about Paris |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: mention why no setting lasterrno in dir_exis... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: improve statistics computation comment... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | C comment: adjust statistics mention |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: improve ALTER SYSTEM description of value list... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: improve bpchar and character type length details |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: add function argument and query parameter limits |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | doc: 1-byte varlena headers can be used for user PLAIN... |
commit | commitdiff | tree |
| 2023-10-31 |
Bruce Momjian | improve alignment of postgresql.conf comments |
commit | commitdiff | tree |
| 2023-10-31 |
David Rowley | Adjust the order of the prechecks in pgrowlocks() |
commit | commitdiff | tree |
| 2023-10-30 |
Noah Misch | Diagnose !indisvalid in more SQL functions. |
commit | commitdiff | tree |
| 2023-10-30 |
Noah Misch | amcheck: Distinguish interrupted page deletion from... |
commit | commitdiff | tree |
| 2023-10-30 |
Bruce Momjian | pgindent run to fix commits de64268561 and 5ae2087202a |
commit | commitdiff | tree |
| next |