2019-07-03 |
Michael Meskes | Made ecpg compatibility mode and run-time behaviour... |
commit | commitdiff | tree |
2019-07-02 |
Peter Eisentraut | Fix accidentally swapped error message arguments |
commit | commitdiff | tree |
2019-07-02 |
Peter Eisentraut | Remove redundant newlines from error messages |
commit | commitdiff | tree |
2019-07-02 |
Tom Lane | Don't treat complete_from_const as equivalent to comple... |
commit | commitdiff | tree |
2019-07-02 |
Tom Lane | Fix tab completion of "SET variable TO|=" to not offer... |
commit | commitdiff | tree |
2019-07-02 |
Tom Lane | Simplify psql \d's rule for ordering the indexes of... |
commit | commitdiff | tree |
2019-07-02 |
Peter Geoghegan | Remove obsolete nbtree "get root" comment. |
commit | commitdiff | tree |
2019-07-02 |
Michael Paquier | Add support for Visual Studio 2019 in build scripts |
commit | commitdiff | tree |
2019-07-02 |
Michael Paquier | Refactor code of reindexdb for query generation |
commit | commitdiff | tree |
2019-07-01 |
Peter Eisentraut | Remove support for non-ELF BSD systems |
commit | commitdiff | tree |
2019-07-01 |
Tom Lane | Stamp HEAD as 13devel. |
commit | commitdiff | tree |
2019-07-01 |
Tom Lane | pgindent run prior to branching v12. |
commit | commitdiff | tree |
2019-07-01 |
Tom Lane | Doc: remove obsolete description of oid column as being... |
commit | commitdiff | tree |
2019-07-01 |
David Rowley | Revert fix missing call to table_finish_bulk_insert... |
commit | commitdiff | tree |
2019-07-01 |
David Rowley | Remove surplus call to table_finish_bulk_insert |
commit | commitdiff | tree |
2019-07-01 |
David Rowley | Fix missing call to table_finish_bulk_insert during... |
commit | commitdiff | tree |
2019-07-01 |
Peter Eisentraut | Convert some stragglers to new frontend logging API |
commit | commitdiff | tree |
2019-07-01 |
Peter Eisentraut | Add missing serial commas |
commit | commitdiff | tree |
2019-07-01 |
Michael Paquier | Fix many typos and inconsistencies |
commit | commitdiff | tree |
2019-07-01 |
Noah Misch | Don't read fields of a misaligned ExpandedObjectHeader... |
commit | commitdiff | tree |
2019-06-30 |
Andrew Gierth | Repair logic for reordering grouping sets optimization. |
commit | commitdiff | tree |
2019-06-30 |
Tom Lane | Exclude new src/test/modules/unsafe_tests directory... |
commit | commitdiff | tree |
2019-06-30 |
Tom Lane | Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl. |
commit | commitdiff | tree |
2019-06-30 |
Tom Lane | Move rolenames test out of the core regression tests. |
commit | commitdiff | tree |
2019-06-30 |
Peter Eisentraut | Fix breakage introduced in pg_lsn_in() |
commit | commitdiff | tree |
2019-06-30 |
Peter Eisentraut | Don't call data type input functions in GUC check hooks |
commit | commitdiff | tree |
2019-06-30 |
Peter Eisentraut | Remove explicit error handling for obsolete date/time... |
commit | commitdiff | tree |
2019-06-29 |
Tom Lane | Add an enforcement mechanism for global object names... |
commit | commitdiff | tree |
2019-06-29 |
Tom Lane | Fix regression tests to use only global names beginning... |
commit | commitdiff | tree |
2019-06-29 |
Tom Lane | Disallow user-created replication origins named "pg_xxx". |
commit | commitdiff | tree |
2019-06-29 |
Michael Paquier | Remove unnecessary header from be-secure-gssapi.c |
commit | commitdiff | tree |
2019-06-28 |
Alvaro Herrera | Fix for dropped columns in a partitioned table's defaul... |
commit | commitdiff | tree |
2019-06-28 |
Thomas Munro | Fix misleading comment in nodeIndexonlyscan.c. |
commit | commitdiff | tree |
2019-06-27 |
Tomas Vondra | Update reference to sampling algorithm in analyze.c |
commit | commitdiff | tree |
2019-06-27 |
Alvaro Herrera | Fix use-after-free introduced in 55ed3defc966 |
commit | commitdiff | tree |
2019-06-27 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree |
2019-06-26 |
Michael Paquier | Remove remaining traces of Rand_OpenSSL() from the... |
commit | commitdiff | tree |
2019-06-26 |
Alvaro Herrera | Fix partitioned index creation with foreign partitions |
commit | commitdiff | tree |
2019-06-26 |
Tom Lane | Follow the rule that regression-test-created roles... |
commit | commitdiff | tree |
2019-06-26 |
Tom Lane | Follow the rule that regression-test-created roles... |
commit | commitdiff | tree |
2019-06-26 |
Michael Paquier | Add support for OpenSSL 1.1.0 and newer versions in... |
commit | commitdiff | tree |
2019-06-25 |
Michael Paquier | Add toast-level reloption for vacuum_index_cleanup |
commit | commitdiff | tree |
2019-06-24 |
Thomas Munro | Don't unset MAKEFLAGS in non-GNU Makefile. |
commit | commitdiff | tree |
2019-06-24 |
Thomas Munro | Remove misleading comment from pathnodes.h. |
commit | commitdiff | tree |
2019-06-24 |
Tom Lane | Purely-cosmetic adjustments in tablecmds.c. |
commit | commitdiff | tree |
2019-06-24 |
Peter Eisentraut | Update unicode_norm_table.h to Unicode 12.1.0 |
commit | commitdiff | tree |
2019-06-24 |
Peter Eisentraut | Make script output more pgindent compatible |
commit | commitdiff | tree |
2019-06-24 |
Peter Eisentraut | Correct script name in README file |
commit | commitdiff | tree |
2019-06-24 |
Tom Lane | Further fix ALTER COLUMN TYPE's handling of indexes... |
commit | commitdiff | tree |
2019-06-24 |
Peter Geoghegan | Correct obsolete amcheck comments. |
commit | commitdiff | tree |
2019-06-24 |
Tom Lane | Drop test user when done with it. |
commit | commitdiff | tree |
2019-06-24 |
Peter Eisentraut | Upgrade internal error message to external |
commit | commitdiff | tree |
2019-06-23 |
Noah Misch | Don't call PG_RETURN_BOOL() in a function not returning... |
commit | commitdiff | tree |
2019-06-23 |
Dean Rasheed | Add security checks to the multivariate MCV estimation... |
commit | commitdiff | tree |
2019-06-23 |
Thomas Munro | Remove unnecessary comment. |
commit | commitdiff | tree |
2019-06-23 |
Tom Lane | Fix spinlock assembly code for MIPS so it works on... |
commit | commitdiff | tree |
2019-06-22 |
Noah Misch | Consolidate methods for translating a Perl path to... |
commit | commitdiff | tree |
2019-06-20 |
Thomas Munro | Remove obsolete comments about sempahores from proc.c. |
commit | commitdiff | tree |
2019-06-20 |
Michael Paquier | Rework some error strings for REINDEX CONCURRENTLY... |
commit | commitdiff | tree |
2019-06-20 |
Michael Paquier | Fix description of pg_class.relam for table access... |
commit | commitdiff | tree |
2019-06-19 |
Peter Eisentraut | pg_upgrade: Improve error messages |
commit | commitdiff | tree |
2019-06-19 |
Peter Eisentraut | pg_upgrade: Improve invalid option handling |
commit | commitdiff | tree |
2019-06-19 |
Alexander Korotkov | Fix description for $varname jsonpath variable |
commit | commitdiff | tree |
2019-06-19 |
Alexander Korotkov | Improve documentation for jsonpath like_regex predicate |
commit | commitdiff | tree |
2019-06-19 |
Alexander Korotkov | Support 'q' flag in jsonpath 'like_regex' predicate |
commit | commitdiff | tree |
2019-06-19 |
Peter Eisentraut | Update list of combining characters |
commit | commitdiff | tree |
2019-06-19 |
Peter Eisentraut | Add XSL stylesheet to fix up SVG files |
commit | commitdiff | tree |
2019-06-19 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2019-06-19 |
Magnus Hagander | Replace an occurrence of slave with standby |
commit | commitdiff | tree |
2019-06-19 |
Michael Paquier | Remove last references to WAL segment size in MSVC... |
commit | commitdiff | tree |
2019-06-19 |
Michael Paquier | Fix description of WAL record XLOG_BTREE_META_CLEANUP |
commit | commitdiff | tree |
2019-06-18 |
Andres Freund | Fix memory corruption/crash in ANALYZE. |
commit | commitdiff | tree |
2019-06-18 |
Alvaro Herrera | Avoid spurious deadlocks when upgrading a tuple lock |
commit | commitdiff | tree |
2019-06-18 |
Thomas Munro | Prevent Parallel Hash Join for JOIN_UNIQUE_INNER. |
commit | commitdiff | tree |
2019-06-17 |
Tom Lane | Stamp 12beta2. |
commit | commitdiff | tree |
2019-06-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2019-06-17 |
Michael Paquier | Fix buffer overflow when processing SCRAM final message... |
commit | commitdiff | tree |
2019-06-17 |
Michael Paquier | Fix buffer overflow when parsing SCRAM verifiers in... |
commit | commitdiff | tree |
2019-06-17 |
Michael Paquier | Fix more typos and inconsistencies in the tree |
commit | commitdiff | tree |
2019-06-17 |
Alvaro Herrera | Revert "Avoid spurious deadlocks when upgrading a tuple... |
commit | commitdiff | tree |
2019-06-16 |
Tom Lane | Doc: remove description of commit 23bd3cec6 from v12... |
commit | commitdiff | tree |
2019-06-16 |
Tom Lane | Further fix privileges on pg_statistic_ext[_data]. |
commit | commitdiff | tree |
2019-06-16 |
Tomas Vondra | Fix privileges on pg_statistic_ext.tableoid |
commit | commitdiff | tree |
2019-06-15 |
Tomas Vondra | Fix incorrect CREATE STATISTICS example in docs |
commit | commitdiff | tree |
2019-06-15 |
Tomas Vondra | Add pg_stats_ext view for extended statistics |
commit | commitdiff | tree |
2019-06-15 |
Tomas Vondra | Rework the pg_statistic_ext catalog |
commit | commitdiff | tree |
2019-06-15 |
Andrew Gierth | Prefer timezone name "UTC" over alternative spellings. |
commit | commitdiff | tree |
2019-06-14 |
Alvaro Herrera | Add pg_dumpall --rows-per-insert |
commit | commitdiff | tree |
2019-06-14 |
Alvaro Herrera | Tweak libpq's PQhost, PQhostaddr, and psql's \connect |
commit | commitdiff | tree |
2019-06-14 |
Alvaro Herrera | Silence compiler warning |
commit | commitdiff | tree |
2019-06-14 |
Bruce Momjian | doc: PG 12 relnotes, add mention of single-child optim... |
commit | commitdiff | tree |
2019-06-14 |
Etsuro Fujita | postgres_fdw: Fix costing of pre-sorted foreign paths... |
commit | commitdiff | tree |
2019-06-14 |
Bruce Momjian | docs: PG 12 relnotes, update self-join item to mention... |
commit | commitdiff | tree |
2019-06-14 |
Bruce Momjian | docs: PG 12 relnotes, move vacuumdb to the client... |
commit | commitdiff | tree |
2019-06-14 |
Michael Paquier | Fix typos and inconsistencies in code comments |
commit | commitdiff | tree |
2019-06-14 |
Michael Paquier | Use OpenSSL-specific ifdefs in sha2.h |
commit | commitdiff | tree |
2019-06-13 |
Tom Lane | Avoid combinatorial explosion in add_child_rel_equivale... |
commit | commitdiff | tree |
2019-06-13 |
Alvaro Herrera | Avoid spurious deadlocks when upgrading a tuple lock |
commit | commitdiff | tree |
2019-06-13 |
Tom Lane | Mark ReplicationSlotCtl as PGDLLIMPORT. |
commit | commitdiff | tree |
2019-06-13 |
Alvaro Herrera | Fix double-word typos |
commit | commitdiff | tree |
next |