Commit Graph

2881 Commits (a1b395b6a26ae80cde17fdfd2def8d351872f399)

Author SHA1 Message Date
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Tom Lane bf7ca15875 Ensure that RowExprs and whole-row Vars produce the expected column names. 11 years ago
Alvaro Herrera 0e892e04ef Fix serial schedule 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Fujii Masao 08309aaf74 Implement IF NOT EXIST for CREATE INDEX. 11 years ago
Tom Lane 465d7e1882 Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 11 years ago
Peter Eisentraut a409b464f9 Add configure --enable-tap-tests option 11 years ago
Peter Eisentraut 7912f9b7dc Remove use of TAP subtests 11 years ago
Tom Lane e0722d9cb5 Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
Tom Lane a4523c5aa5 Improve planning of btree index scans using ScalarArrayOpExpr quals. 11 years ago
Peter Eisentraut 17009fb9eb Fix TAP tests with Perl 5.12 11 years ago
Tom Lane 43ac12c6e6 In type_sanity, check I/O functions of built-in types are not volatile. 11 years ago
Peter Eisentraut a5f7d58194 Add tests for sequence privileges 11 years ago
Tom Lane 31dd7fcd03 Update expected/sequence_1.out. 11 years ago
Peter Eisentraut 6f04368cfc Allow input format xxxx-xxxx-xxxx for macaddr type 11 years ago
Tom Lane f330a6d140 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. 11 years ago
Peter Eisentraut 6895866510 psql: Improve \pset without arguments 11 years ago
Bruce Momjian b87671f1b6 Shorten warning about hash creation 11 years ago
Bruce Momjian 417f92484d interval: tighten precision specification 11 years ago
Tom Lane b2cbced9ee Support timezone abbreviations that sometimes change. 11 years ago
Peter Eisentraut b7a08c8028 Message improvements 11 years ago
Bruce Momjian 4f2e5a8a84 regression: adjust polygon diagrams to not use tabs 11 years ago
Tom Lane 4a50de1312 Fix bogus optimization in JSONB containment tests. 11 years ago
Alvaro Herrera df630b0dd5 Implement SKIP LOCKED for row-level locks 11 years ago
Stephen Frost 78d72563ef Fix CreatePolicy, pg_dump -v; psql and doc updates 11 years ago
Tom Lane 5a6c168c78 Fix some more problems with nested append relations. 11 years ago
Stephen Frost 08da8947f4 Also revert e3ec0728, JSON regression tests 11 years ago
Stephen Frost c8a026e4f1 Revert 95d737ff to add 'ignore_nulls' 11 years ago
Stephen Frost ff27fcfa0a Fix relcache for policies, and doc updates 11 years ago
Andres Freund b64d92f1a5 Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
Stephen Frost 6550b901fe Code review for row security. 11 years ago
Tom Lane 3f6f9260e3 Fix bogus variable-mangling in security_barrier_replace_vars(). 11 years ago
Tom Lane 3694b4d7e1 Fix incorrect search for "x?" style matches in creviterdissect(). 11 years ago
Stephen Frost 6ef8c658af Process withCheckOption exprs in setrefs.c 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Tom Lane 1d352325b8 Fix power_var_int() for large integer exponents. 11 years ago
Tom Lane e3ec07280c Fix JSON regression tests. 11 years ago
Stephen Frost 95d737ff45 Add 'ignore_nulls' option to row_to_json 11 years ago
Bruce Momjian 849462a9fa improve hash creation warning message 11 years ago
Peter Eisentraut 75717ce8f0 Handle old versions of Test::More 11 years ago
Bruce Momjian 84aa8ba128 Issue a warning during the creation of hash indexes 11 years ago
Tom Lane 1b4cc493d2 Preserve AND/OR flatness while extracting restriction OR clauses. 11 years ago
Tom Lane e80252d424 Add width_bucket(anyelement, anyarray). 11 years ago
Peter Eisentraut 57b1085df5 Allow empty content in xml type 11 years ago
Peter Eisentraut 303f4d1012 Assorted message fixes and improvements 12 years ago
Heikki Linnakangas c1008f0037 Check number of parameters in RAISE statement at compile time. 12 years ago
Peter Eisentraut 65c9dc231a Assorted message improvements 12 years ago
Tom Lane 6c40f8316e Add min and max aggregates for inet/cidr data types. 12 years ago
Fujii Masao 9df492664a Revert "Allow units to be specified in relation option setting value." 12 years ago