summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-03Show table persistence in psql's \dt+ and related commands.Tom Lane
2019-07-03Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley
2019-07-03Fix small memory leak in ecpglib ecpg_update_declare_statement() is called theMichael Meskes
2019-07-03Use strtoint() instead of strtol() in pgtypeslib where the result is stored inMichael Meskes
2019-07-03Made ecpg compatibility mode and run-time behaviour options case insensitive.Michael Meskes
2019-07-02Fix accidentally swapped error message argumentsPeter Eisentraut
2019-07-02Remove redundant newlines from error messagesPeter Eisentraut
2019-07-02Don't treat complete_from_const as equivalent to complete_from_list.Tom Lane
2019-07-02Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane
2019-07-02Simplify psql \d's rule for ordering the indexes of a table.Tom Lane
2019-07-02Remove obsolete nbtree "get root" comment.Peter Geoghegan
2019-07-02Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
2019-07-01Stamp HEAD as 13devel.Tom Lane
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Remove surplus call to table_finish_bulk_insertDavid Rowley
2019-07-01Fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Convert some stragglers to new frontend logging APIPeter Eisentraut
2019-07-01Add missing serial commasPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-30Exclude new src/test/modules/unsafe_tests directory from MSVC build.Tom Lane
2019-06-30Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane
2019-06-30Move rolenames test out of the core regression tests.Tom Lane
2019-06-30Fix breakage introduced in pg_lsn_in()Peter Eisentraut
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-29Disallow user-created replication origins named "pg_xxx".Tom Lane
2019-06-29Remove unnecessary header from be-secure-gssapi.cMichael Paquier
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-28Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-27Fix use-after-free introduced in 55ed3defc966Alvaro Herrera
2019-06-27Update commentPeter Eisentraut
2019-06-26Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-06-24Purely-cosmetic adjustments in tablecmds.c.Tom Lane
2019-06-24Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut
2019-06-24Make script output more pgindent compatiblePeter Eisentraut
2019-06-24Correct script name in README filePeter Eisentraut
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane