| 2019-07-09 |
Thomas Munro | Force hash joins to be enabled in the hash join regress... |
commit | commitdiff | tree |
| 2019-07-09 |
Bruce Momjian | doc: adjust to_timestamp()/to_date() wording |
commit | commitdiff | tree |
| 2019-07-08 |
Bruce Momjian | Adjust ssl_ciphers to be specific to OpenSSL |
commit | commitdiff | tree |
| 2019-07-08 |
Bruce Momjian | Remove unused C structure member |
commit | commitdiff | tree |
| 2019-07-08 |
Robert Haas | tableam: Provide helper functions for relation sizing. |
commit | commitdiff | tree |
| 2019-07-08 |
Peter Eisentraut | doc: Clarify logical replication documentation |
commit | commitdiff | tree |
| 2019-07-08 |
Michael Paquier | Fix inconsistencies in the code |
commit | commitdiff | tree |
| 2019-07-07 |
Peter Eisentraut | Use consistent style for checking return from system... |
commit | commitdiff | tree |
| 2019-07-07 |
Michael Paquier | Remove more unreferenced function declarations |
commit | commitdiff | tree |
| 2019-07-06 |
Tom Lane | In pg_log_generic(), be more paranoid about preserving... |
commit | commitdiff | tree |
| 2019-07-06 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2019-07-06 |
Peter Eisentraut | psql: Fix logging output format |
commit | commitdiff | tree |
| 2019-07-06 |
Amit Kapila | Add missing assertions for required table am callbacks. |
commit | commitdiff | tree |
| 2019-07-06 |
Tom Lane | Add some test cases to improve test coverage of parse_e... |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Remove unreferenced function declarations. |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Remove dead encoding-conversion functions. |
commit | commitdiff | tree |
| 2019-07-05 |
Tomas Vondra | Remove unused variable in statext_mcv_serialize() |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Add \warn command to psql. |
commit | commitdiff | tree |
| 2019-07-05 |
Thomas Munro | Improve comment in postgresql.conf.sample. |
commit | commitdiff | tree |
| 2019-07-05 |
Peter Eisentraut | doc: Spell checking |
commit | commitdiff | tree |
| 2019-07-05 |
Michael Paquier | Add min() and max() aggregates for pg_lsn |
commit | commitdiff | tree |
| 2019-07-05 |
Michael Paquier | Update hardcoded DH parameters to IANA standards |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Simplify pg_mcv_list (de)serialization |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Fix pg_mcv_list_items() to produce text[] |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Speed-up build of MCV lists with many distinct values |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Remove unnecessary casts from size_t to int |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Unwind some workarounds for lack of portable int64... |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Sync our Snowball stemmer dictionaries with current... |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Clean up whitespace a bit |
commit | commitdiff | tree |
| 2019-07-04 |
Michael Paquier | Introduce safer encoding and decoding routines for... |
commit | commitdiff | tree |
| 2019-07-04 |
Michael Paquier | Simplify TAP tests of pg_dump for connection strings |
commit | commitdiff | tree |
| 2019-07-04 |
David Rowley | Use appendStringInfoString and appendPQExpBufferStr... |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Ensure plpgsql result tuples have the right composite... |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Doc: document table persistence display in \dt+. |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Show table persistence in psql's \dt+ and related commands. |
commit | commitdiff | tree |
| 2019-07-03 |
David Rowley | Don't remove surplus columns from GROUP BY for inherita... |
commit | commitdiff | tree |
| 2019-07-03 |
Etsuro Fujita | postgres_fdw: Remove redundancy in postgresAcquireSampl... |
commit | commitdiff | tree |
| 2019-07-03 |
Michael Meskes | Fix small memory leak in ecpglib ecpg_update_declare_st... |
commit | commitdiff | tree |
| 2019-07-03 |
Michael Meskes | Use strtoint() instead of strtol() in pgtypeslib where... |
commit | commitdiff | tree |
| 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 |
| next |