Commit Graph

44273 Commits (cbadba8dd632fc0d4162f7d686fec631bce7dfd0)
 

Author SHA1 Message Date
Tom Lane cbadba8dd6 Revert "Stabilize output of new regression test case". 8 years ago
Tom Lane feb1cc5593 Stabilize new plpgsql_record regression tests. 8 years ago
Andres Freund 6d7dc53500 Return implementation defined value if pg_$op_s$bit_overflow overflows. 8 years ago
Tom Lane 9a725f7b5c Silence assorted "variable may be used uninitialized" warnings. 8 years ago
Tom Lane 0c62356cc8 Add an assertion that we don't pass NULL to snprintf("%s"). 8 years ago
Tom Lane e748e902de Fix broken logic for reporting PL/Python function names in errcontext. 8 years ago
Tom Lane f9263006d8 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. 8 years ago
Tom Lane fd333bc763 Speed up plpgsql trigger startup by introducing "promises". 8 years ago
Tom Lane 40301c1c8b Speed up plpgsql function startup by doing fewer pallocs. 8 years ago
Tom Lane 4b93f57999 Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
Peter Eisentraut 2ac3e6acc2 doc: pg_function_is_visible also applies to aggregates and procedures 8 years ago
Peter Eisentraut 7a32ac8a66 Add procedure support to pg_get_functiondef 8 years ago
Peter Eisentraut 7cd56f218d Add tests for pg_get_functiondef 8 years ago
Peter Eisentraut a7b8f0661d Fix typo 8 years ago
Peter Eisentraut b4e2ada347 In LDAP test, restart after pg_hba.conf changes 8 years ago
Peter Eisentraut ebdb42a0d6 Fix typo 8 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 8 years ago
Robert Haas 88ef48c1cc Fix parallel index builds for dynamic_shared_memory_type=none. 8 years ago
Alvaro Herrera 80f021ef13 Add missing article 8 years ago
Bruce Momjian 91389228a1 psql: give ^D hint for \q in place where \q is ignored 8 years ago
Tom Lane 5c9f2564fa Fix assorted errors in pg_dump's handling of extended statistics objects. 8 years ago
Tom Lane d02d4a6d4f Avoid premature free of pass-by-reference CALL arguments. 8 years ago
Tom Lane 65b1d76785 Fix oversight in CALL argument handling, and do some minor cleanup. 8 years ago
Alvaro Herrera fad15f4a54 Mention partitioned indexes in "Data Definition" chapter 8 years ago
Robert Haas 935dee9ad5 Mark assorted GUC variables as PGDLLIMPORT. 8 years ago
Robert Haas be42015fcc Clear stmt_timeout_active if we disable_all_timeouts. 8 years ago
Robert Haas 958e20e42d postgres_fdw: Attmempt to stabilize regression tests. 8 years ago
Robert Haas b78d0160da Fix incorrect method name in comment. 8 years ago
Robert Haas e44dd84325 Avoid listing the same ResultRelInfo in more than one EState list. 8 years ago
Robert Haas 88fdc70060 Fix possible infinite loop with Parallel Append. 8 years ago
Peter Eisentraut b3a101eff0 Refine SSL tests test name reporting 8 years ago
Robert Haas 882ea509fe postgres_fdw: Remove CTID output from some tests. 8 years ago
Robert Haas 1bc0100d27 postgres_fdw: Push down UPDATE/DELETE joins to remote servers. 8 years ago
Peter Eisentraut 7c44b75a2a Make new triggers tests more robust 8 years ago
Peter Eisentraut 32ff269117 Add more information_schema columns 8 years ago
Robert Haas b98a7cd58f Update out-of-date comment in StartupXLOG. 8 years ago
Robert Haas 4815dfa10f Remove prototype for fmgr() function, which no longer exists. 8 years ago
Magnus Hagander 9e03901550 Change default git repo URL to https 8 years ago
Tom Lane 0a459cec96 Support all SQL:2011 options for window frame clauses. 8 years ago
Robert Haas 2320945731 Fix incorrect grammar. 8 years ago
Robert Haas 9fafa413ac Avoid valgrind complaint about write() of uninitalized bytes. 8 years ago
Tom Lane 3785f7eee3 Doc: move info for btree opclass implementors into main documentation. 8 years ago
Robert Haas f069c91a57 Fix possible crash in partition-wise join. 8 years ago
Tom Lane 1eb5d43bee Last-minute updates for release notes. 8 years ago
Tom Lane a926eb84e0 Ensure that all temp files made during pg_upgrade are non-world-readable. 8 years ago
Tom Lane 3492a0af0b Fix RelationBuildPartitionKey's processing of partition key expressions. 8 years ago
Tom Lane 05d0f13f07 Skip setting up shared instrumentation for Hash node if not needed. 8 years ago
Peter Eisentraut ad14919ac9 doc: Update mentions of MD5 in the documentation 8 years ago
Tom Lane cf1cba3110 Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. 8 years ago
Tom Lane 64fb645914 Doc: minor clarifications in xindex.sgml. 8 years ago