Commit Graph

42266 Commits (85163641f8bdeb7734b37ae67faa224a029afe25)
 

Author SHA1 Message Date
Peter Eisentraut 85163641f8 dblink: Fix error reporting 9 years ago
Simon Riggs ff539da316 Cleanup slots during drop database 9 years ago
Peter Eisentraut 4d33a7f2e7 Fix Perl code which had broken the Windows build 9 years ago
Tom Lane a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements. 9 years ago
Alvaro Herrera 6462238f0d Fix uninitialized memory propagation mistakes 9 years ago
Peter Eisentraut 6e31c3e135 doc: Improve rendering of notes/cautions using XSL-FO 9 years ago
Robert Haas c4c51541e2 Still more code review for single-page hash vacuuming. 9 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 9 years ago
Alvaro Herrera 1f171a1803 Fix thinko in estimate_num_groups 9 years ago
Teodor Sigaev 827d6f9779 Improve performance of find_all_inheritors() 9 years ago
Peter Eisentraut 5196f13b27 doc: Fix oldhtml/old PDF build again 9 years ago
Alvaro Herrera bed9ef5a16 Rework the stats_ext test 9 years ago
Peter Eisentraut 70ec3f1f8f PL/Python: Add cursor and execute methods to plan object 9 years ago
Teodor Sigaev 090010f2ec Improve performance of find_tabstat_entry()/get_tabstat_entry() 9 years ago
Robert Haas d65561464f Improve documentation of how NOT NULL works with partitioning. 9 years ago
Robert Haas 4785e377f9 Tidy up the CREATE TABLE documentation for partitioning. 9 years ago
Robert Haas 7ecb714358 Fix improper NULL handling in list partitioning code. 9 years ago
Robert Haas 8355a011a0 Allow ON CONFLICT .. DO NOTHING on a partitioned table. 9 years ago
Peter Eisentraut 3371e4d9b1 Change default of log_directory to 'log' 9 years ago
Robert Haas a171f01501 Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap. 9 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 9 years ago
Andrew Gierth de4da168d5 Attempt to stabilize grouping sets regression test plans. 9 years ago
Alvaro Herrera 2c3e47527a Fix a couple of problems in pg_get_statisticsextdef 9 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 9 years ago
Robert Haas f0a6046bcb Fix comment. 9 years ago
Robert Haas fc70a4b0df Show more processes in pg_stat_activity. 9 years ago
Tom Lane 2f0903ea19 Improve performance of ExecEvalWholeRowVar. 9 years ago
Peter Eisentraut 895f93701f Fix cpluspluscheck warning 9 years ago
Tom Lane 9b95f2fa1e Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate. 9 years ago
Tom Lane 5459cfd3ad Fix typos in logical replication support for initial data copy. 9 years ago
Tom Lane 4c051c41d6 Fix unportable disregard of alignment requirements in RADIUS code. 9 years ago
Tom Lane 7cbd944662 Fix some minor resource leaks in PerformRadiusTransaction(). 9 years ago
Tom Lane d77f014efa Improve implementation of EEOP_BOOLTEST_* opcodes. 9 years ago
Peter Eisentraut e259e1f748 doc: Fix oldhtml/old PDF build 9 years ago
Peter Eisentraut d637624524 doc: Clean up bibliography rendering for XSLT 9 years ago
Tom Lane 244dd95ce9 Update some obsolete comments. 9 years ago
Alvaro Herrera 6a101b0aed Add missing break 9 years ago
Andres Freund d253b0f6e3 Blindly attempt to fix sepgsql tests #2. 9 years ago
Andres Freund 83bbcb04ab Blindly attempt to fix sepgsql tests. 9 years ago
Andres Freund ad46a2aa79 Remove unreachable code in expression evaluation. 9 years ago
Tom Lane 8acf08c68d git rm execQual.c 9 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Tom Lane 7d3957e53e Re-adhere to policy of no more than 20 tests per parallel group. 9 years ago
Tom Lane 2cdc1389a2 Remember to drop roles created by regression tests. 9 years ago
Peter Eisentraut cf366e97ff Add cleanup to new test cases 9 years ago
Simon Riggs 5737c12df0 Report catalog_xmin separately in hot_standby_feedback 9 years ago
Peter Eisentraut 4dd3abe99f Add missing break 9 years ago
Peter Eisentraut 19f7e1a7f7 psql: Add missing schema qualification 9 years ago
Peter Eisentraut 066e3a68ae Fix locale pointer use in WIN32 code path 9 years ago
Peter Eisentraut e148009740 Remove ICU tests from default run 9 years ago