Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
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
Peter Eisentraut cd07f73d32 Fix recovery test hang 9 years ago
Peter Eisentraut 87dee41f3e Add COMMENT and SECURITY LABEL support for publications and subscriptions 9 years ago
Peter Eisentraut 7678fe1c6d Make header self-contained 9 years ago
Peter Eisentraut e3920ac823 Add more subscription DDL tests 9 years ago
Alvaro Herrera 2e0c919bce Fix typo in comment 9 years ago
Alvaro Herrera 6e9aaf6e47 Fix stats_ext test in 32 bit machines 9 years ago
Peter Eisentraut 176cbc2a25 Check that published table exists on subscriber 9 years ago
Robert Haas 61c2e1a95f Improve access to parallel query from procedural languages. 9 years ago
Alvaro Herrera 8082bea2b0 Fix use-after-free bug 9 years ago
Simon Riggs 3428ef7911 Reverting 42b4b0b241 9 years ago
Fujii Masao 70adf2fbe1 Make VACUUM VERBOSE report the number of skipped frozen pages. 9 years ago
Alvaro Herrera 7b504eb282 Implement multivariate n-distinct coefficients 9 years ago
Robert Haas f120b614e0 plpgsql: Don't generate parallel plans for RETURN QUERY. 9 years ago
Robert Haas 857ee8e391 Add a txid_status function. 9 years ago
Simon Riggs 42b4b0b241 Avoid SnapshotResetXmin() during AtEOXact_Snapshot() 9 years ago
Peter Eisentraut 8398c83689 Handle empty result set in libpqrcv_exec 9 years ago
Heikki Linnakangas 7ac955b347 Allow SCRAM authentication, when pg_hba.conf says 'md5'. 9 years ago
Teodor Sigaev 78874531ba Fix backup canceling 9 years ago
Tom Lane 457a444873 Avoid syntax error on platforms that have neither LOCALE_T nor ICU. 9 years ago
Bruce Momjian 218747d2cf doc: add missing closing 'sect3' tag for ICU patch 9 years ago
Peter Eisentraut 2e0c17dc78 Add ICU_FLAGS to one more place 9 years ago
Peter Eisentraut 524e0f7ac8 Fix crash in ICU patch 9 years ago