Commit Graph

42240 Commits (2f0903ea196503fc8af373a9de46b1e01a23508c)
 

Author SHA1 Message Date
Tom Lane 2f0903ea19 Improve performance of ExecEvalWholeRowVar. 8 years ago
Peter Eisentraut 895f93701f Fix cpluspluscheck warning 8 years ago
Tom Lane 9b95f2fa1e Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate. 8 years ago
Tom Lane 5459cfd3ad Fix typos in logical replication support for initial data copy. 8 years ago
Tom Lane 4c051c41d6 Fix unportable disregard of alignment requirements in RADIUS code. 8 years ago
Tom Lane 7cbd944662 Fix some minor resource leaks in PerformRadiusTransaction(). 8 years ago
Tom Lane d77f014efa Improve implementation of EEOP_BOOLTEST_* opcodes. 8 years ago
Peter Eisentraut e259e1f748 doc: Fix oldhtml/old PDF build 8 years ago
Peter Eisentraut d637624524 doc: Clean up bibliography rendering for XSLT 8 years ago
Tom Lane 244dd95ce9 Update some obsolete comments. 8 years ago
Alvaro Herrera 6a101b0aed Add missing break 8 years ago
Andres Freund d253b0f6e3 Blindly attempt to fix sepgsql tests #2. 8 years ago
Andres Freund 83bbcb04ab Blindly attempt to fix sepgsql tests. 8 years ago
Andres Freund ad46a2aa79 Remove unreachable code in expression evaluation. 8 years ago
Tom Lane 8acf08c68d git rm execQual.c 8 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 8 years ago
Tom Lane 7d3957e53e Re-adhere to policy of no more than 20 tests per parallel group. 8 years ago
Tom Lane 2cdc1389a2 Remember to drop roles created by regression tests. 8 years ago
Peter Eisentraut cf366e97ff Add cleanup to new test cases 8 years ago
Simon Riggs 5737c12df0 Report catalog_xmin separately in hot_standby_feedback 8 years ago
Peter Eisentraut 4dd3abe99f Add missing break 8 years ago
Peter Eisentraut 19f7e1a7f7 psql: Add missing schema qualification 8 years ago
Peter Eisentraut 066e3a68ae Fix locale pointer use in WIN32 code path 8 years ago
Peter Eisentraut e148009740 Remove ICU tests from default run 8 years ago
Peter Eisentraut cd07f73d32 Fix recovery test hang 8 years ago
Peter Eisentraut 87dee41f3e Add COMMENT and SECURITY LABEL support for publications and subscriptions 8 years ago
Peter Eisentraut 7678fe1c6d Make header self-contained 8 years ago
Peter Eisentraut e3920ac823 Add more subscription DDL tests 8 years ago
Alvaro Herrera 2e0c919bce Fix typo in comment 8 years ago
Alvaro Herrera 6e9aaf6e47 Fix stats_ext test in 32 bit machines 8 years ago
Peter Eisentraut 176cbc2a25 Check that published table exists on subscriber 8 years ago
Robert Haas 61c2e1a95f Improve access to parallel query from procedural languages. 8 years ago
Alvaro Herrera 8082bea2b0 Fix use-after-free bug 8 years ago
Simon Riggs 3428ef7911 Reverting 42b4b0b241 8 years ago
Fujii Masao 70adf2fbe1 Make VACUUM VERBOSE report the number of skipped frozen pages. 8 years ago
Alvaro Herrera 7b504eb282 Implement multivariate n-distinct coefficients 8 years ago
Robert Haas f120b614e0 plpgsql: Don't generate parallel plans for RETURN QUERY. 8 years ago
Robert Haas 857ee8e391 Add a txid_status function. 8 years ago
Simon Riggs 42b4b0b241 Avoid SnapshotResetXmin() during AtEOXact_Snapshot() 8 years ago
Peter Eisentraut 8398c83689 Handle empty result set in libpqrcv_exec 8 years ago
Heikki Linnakangas 7ac955b347 Allow SCRAM authentication, when pg_hba.conf says 'md5'. 8 years ago
Teodor Sigaev 78874531ba Fix backup canceling 8 years ago
Tom Lane 457a444873 Avoid syntax error on platforms that have neither LOCALE_T nor ICU. 8 years ago
Bruce Momjian 218747d2cf doc: add missing closing 'sect3' tag for ICU patch 8 years ago
Peter Eisentraut 2e0c17dc78 Add ICU_FLAGS to one more place 8 years ago
Peter Eisentraut 524e0f7ac8 Fix crash in ICU patch 8 years ago
Robert Haas c23b186ae9 Fix enum definition. 8 years ago
Peter Eisentraut eccfef81e1 ICU support 8 years ago
Robert Haas ea42cc18c3 Track the oldest XID that can be safely looked up in CLOG. 8 years ago
Peter Eisentraut 50c956add8 Remove createlang and droplang 8 years ago