Commit Graph

36490 Commits (7b5a9d61a8202c46f4cc02878eafa8367080c59a)
 

Author SHA1 Message Date
Peter Eisentraut 7b5a9d61a8 Fix whitespace 11 years ago
Heikki Linnakangas f1dadd34fa Set pd_lower on internal GIN posting tree pages. 11 years ago
Robert Haas 69671ab548 doc: Suggesting clearing pg_replslot from a hot filesystem backup. 11 years ago
Robert Haas c050b2aae3 doc: Update yet another place that didn't get the memo about matviews. 11 years ago
Tom Lane 4dfb065b3a Fix bogus handling of bad strategy number in GIST consistent() functions. 11 years ago
Robert Haas f0aa6c06d4 Correct description of constraint_name in ALTER TABLE documentation. 11 years ago
Robert Haas 0c953540d2 Update list of relation types on which ALTER TABLE RENAME/OWNER work. 11 years ago
Robert Haas 7b979524af Tab completion for event triggers. 11 years ago
Heikki Linnakangas e3e6e3af56 Remove dead checks for invalid left page in ginDeletePage. 11 years ago
Heikki Linnakangas 1bd3842163 GIN entry pages follow the standard page layout - tell XLogInsert. 11 years ago
Tom Lane e0c91a7ff0 Improve some O(N^2) behavior in window function evaluation. 11 years ago
Tom Lane 46a60abfe9 Suppress compiler warning in new contrib/pg_trgm code. 11 years ago
Stephen Frost 5f508b6dea Make a dedicated AlterTblSpcStmt production 11 years ago
Stephen Frost b3e6593716 Add ANALYZE into regression tests 11 years ago
Tom Lane d95425c8b9 Provide moving-aggregate support for boolean aggregates. 11 years ago
Stephen Frost 842faa714c Make security barrier views automatically updatable 11 years ago
Tom Lane 9d229f399e Provide moving-aggregate support for a bunch of numerical aggregates. 11 years ago
Tom Lane a9d9acbf21 Create infrastructure for moving-aggregate optimization. 11 years ago
Bruce Momjian 3c41b812c5 docs: psql '--' comments are not passed to the server 11 years ago
Heikki Linnakangas 614167c6d7 Fix bugs in GIN "fast scan" with partial match. 11 years ago
Michael Meskes ef29a88457 The new pointer_to_struct test needs a special command line parameter to ecpg. 11 years ago
Bruce Momjian 8fcccadfea C comment: track_activity_query_size doesn't support memory units 11 years ago
Heikki Linnakangas 787064cd00 Fix typo in comment. 11 years ago
Heikki Linnakangas 150a9df528 Fix a few more misc typos in comments. 11 years ago
Bruce Momjian 85c6bba2ce docs: add link to pg_start_backup() from pg_basebackup --checkpoint 11 years ago
Heikki Linnakangas 5b075ae893 Fix misc typos in comments. 11 years ago
Robert Haas b082732061 Add missing include. 11 years ago
Michael Meskes f917968537 Several fixes to array handling in ecpg. 11 years ago
Robert Haas 0c4ea7a309 Fix silly oversight in patch to remove dsm state file. 11 years ago
Tom Lane f23a5630eb Add an in-core GiST index opclass for inet/cidr types. 11 years ago
Robert Haas 02f65617ea doc: Fix typo. 11 years ago
Robert Haas 11a65eed16 Get rid of the dynamic shared memory state file. 11 years ago
Robert Haas 0886fc6a5c Add new to_reg* functions for error-free OID lookups. 11 years ago
Heikki Linnakangas 7ca32e255b Fix hot standby bug with GiST scans. 11 years ago
Heikki Linnakangas 38a2b95c34 Zero padding byte at end of GIN posting list. 11 years ago
Robert Haas f235db03ff Remove 'make clean' support for ipc_test. 11 years ago
Robert Haas 315772e4ec Assert that strong-lock count is >0 everywhere it's decremented. 11 years ago
Robert Haas b8a721149b Remove ipc_test. 11 years ago
Heikki Linnakangas 594bac4272 Fix WAL replay bug in the new GIN incomplete-split code. 11 years ago
Simon Riggs 7d8f1de1bc Extra warnings and errors for PL/pgSQL 11 years ago
Simon Riggs f14a6bbedb Isolation test files for ALTER TABLE patch 11 years ago
Simon Riggs e5550d5fec Reduce lock levels of some ALTER TABLE cmds 11 years ago
Tom Lane 80a5cf643a Improve contrib/pg_trgm's heuristics for regexp index searches. 11 years ago
Tom Lane 5d8117e1f3 Block signals earlier during postmaster startup. 11 years ago
Heikki Linnakangas ffbba6ee12 Fix another palloc in critical section. 11 years ago
Tom Lane 6862ca6970 Fix processing of PGC_BACKEND GUC parameters on Windows. 11 years ago
Tom Lane 44c5d387ea ecpg/ecpglib must build the src/port files it uses with -DFRONTEND. 11 years ago
Tom Lane abe075dfff Fix tablespace creation WAL replay to work on Windows. 11 years ago
Tom Lane b203c57bb7 Allow "-C variable" and "--describe-config" even to root users. 11 years ago
Tom Lane 2209c0f861 Preserve errno across free(). 11 years ago