Commit Graph

5112 Commits (d166eed302400a71eed1aaa301d30be3af7b5715)

Author SHA1 Message Date
Tom Lane d166eed302 Fix indentation of JOIN clauses in rule/view dumps. 12 years ago
Tom Lane d26b042ce5 Fix documentation of FmgrInfo.fn_nargs. 12 years ago
Robert Haas dfc0219f64 Add to_regprocedure() and to_regoperator(). 12 years ago
Tom Lane e0c91a7ff0 Improve some O(N^2) behavior in window function evaluation. 12 years ago
Tom Lane d95425c8b9 Provide moving-aggregate support for boolean aggregates. 12 years ago
Tom Lane 9d229f399e Provide moving-aggregate support for a bunch of numerical aggregates. 12 years ago
Bruce Momjian 8fcccadfea C comment: track_activity_query_size doesn't support memory units 12 years ago
Tom Lane f23a5630eb Add an in-core GiST index opclass for inet/cidr types. 12 years ago
Robert Haas 0886fc6a5c Add new to_reg* functions for error-free OID lookups. 12 years ago
Simon Riggs e5550d5fec Reduce lock levels of some ALTER TABLE cmds 12 years ago
Tom Lane 6862ca6970 Fix processing of PGC_BACKEND GUC parameters on Windows. 12 years ago
Tom Lane 9aca512506 Make sure -D is an absolute path when starting server on Windows. 12 years ago
Heikki Linnakangas 4a170ee9e0 Add an Assertion that you don't palloc within a critical section. 12 years ago
Tom Lane c7b3539599 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 12 years ago
Tom Lane 741364bf5c Code review for commit d26888bc4d. 12 years ago
Tom Lane f33a71a786 De-anonymize the union in JsonbValue. 12 years ago
Tom Lane 682c5bbec5 Fix bugs in manipulation of PgBackendStatus.st_clienthostname. 12 years ago
Heikki Linnakangas 0cfa34c25a Rename GinLogicValue to GinTernaryValue. 12 years ago
Heikki Linnakangas e709ced153 Silence compiler warnings in new jsonb code. 12 years ago
Andrew Dunstan 7e4d1600a6 Fix uninitialized variables in json's populate_record_worker(). 12 years ago
Andrew Dunstan f9c6d72cbf Cleanup around json_to_record/json_to_recordset 12 years ago
Heikki Linnakangas 86cf41ed27 Fix 'recheck' flag in tsquery's GIN tri-consistent function. 12 years ago
Andrew Dunstan fbc3def862 Tidy up the populate/to_record{set} code for json a bit. 12 years ago
Bruce Momjian 5db55c6bbc Remove wchar.c Asserts that were stricter than the main code 12 years ago
Bruce Momjian 1420f3a982 Fix ts_rank_cd() to ignore stripped lexemes 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Heikki Linnakangas dea6ed2c98 Fix build with LWLOCK_STATS or dtrace. 12 years ago
Heikki Linnakangas 68a2e52bba Replace the XLogInsert slots with regular LWLocks. 12 years ago
Tom Lane af930e606a Again fix initialization of auto-tuned effective_cache_size. 12 years ago
Fujii Masao 2bccced110 Fix typos in comments. 12 years ago
Peter Eisentraut 2861e8e9cb Make punctuation consistent 12 years ago
Magnus Hagander 0294023a6b Cleanups from the remove-native-krb5 patch 12 years ago
Tom Lane 6c461cb92f Prevent interrupts while reporting non-ERROR elog messages. 12 years ago
Bruce Momjian 242c2737fb C comments: remove odd blank lines after #ifdef WIN32 lines 12 years ago
Bruce Momjian 886c0be3f6 C comments: remove odd blank lines after #ifdef WIN32 lines 12 years ago
Heikki Linnakangas 17d787a3b1 Items on GIN data pages are no longer always 6 bytes; update gincostestimate. 12 years ago
Fujii Masao 588fb50715 Show PIDs of lock holders and waiters in log_lock_waits log message. 12 years ago
Robert Haas 336a578b8c Fix incorrect assertion about historical snapshots. 12 years ago
Heikki Linnakangas c5608ea26a Allow opclasses to provide tri-valued GIN consistent functions. 12 years ago
Robert Haas 5a991ef869 Allow logical decoding via the walsender interface. 12 years ago
Heikki Linnakangas ad7b48ea08 Avoid memcpy() with same source and destination address. 12 years ago
Tom Lane 7c31874945 Avoid getting more than AccessShareLock when deparsing a query. 12 years ago
Heikki Linnakangas a0c2fa9b5c isdigit() needs an unsigned char argument. 12 years ago
Tom Lane f1ba94bcd9 Fix portability issues in recently added make_timestamp/make_interval code. 12 years ago
Alvaro Herrera 84df54b22e Constructors for interval, timestamp, timestamptz 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago
Heikki Linnakangas f8ce16d0d2 Rename huge_tlb_pages to huge_pages, and improve docs. 12 years ago
Stephen Frost 5592ebac55 Another round of Coverity fixes 12 years ago
Tom Lane 9662143f0c Allow regex operations to be terminated early by query cancel requests. 12 years ago
Jeff Davis 486ea0b19e Fix crash in json_to_record(). 12 years ago