Commit Graph

6631 Commits (7142bfbbd34a1dbe34346534d7479915145352b3)

Author SHA1 Message Date
Stephen Frost c7cf9a2433 Add usebypassrls to pg_user and pg_shadow 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Tom Lane 4b2a254793 Add a note to PG_TRY's documentation about volatile safety. 11 years ago
Tom Lane fd496129d1 Clean up some mess in row-security patches. 11 years ago
Robert Haas d1747571b6 Fix typos, update README. 11 years ago
Tom Lane eb213acfe2 Prevent duplicate escape-string warnings when using pg_stat_statements. 11 years ago
Alvaro Herrera 972bf7d6f1 Tweak BRIN minmax operator class 11 years ago
Alvaro Herrera 813ffc0ef9 reinit.h: Fix typo in identification comment 11 years ago
Robert Haas f32a1fa462 Add strxfrm_l to list of functions where Windows adds an underscore. 11 years ago
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Andres Freund ff44fba46c Replace walsender's latch with the general shared latch. 11 years ago
Heikki Linnakangas 9402869160 Advance backend's advertised xmin more aggressively. 11 years ago
Tom Lane 8e166e164c Rearrange explain.c's API so callers need not embed sizeof(ExplainState). 11 years ago
Tom Lane a5cd70dcbc Improve performance of EXPLAIN with large range tables. 11 years ago
Andres Freund 6cfd5086e1 Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA. 11 years ago
Andres Freund 59f71a0d0b Add a default local latch for use in signal handlers. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Andres Freund 14e8803f10 Add barriers to the latch code. 11 years ago
Heikki Linnakangas 3dfce37627 Fix typos in comment. 11 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Tom Lane 080eabe2e8 Fix libpq's behavior when /etc/passwd isn't readable. 11 years ago
Andres Freund de6429a8fd Provide a generic fallback for pg_compiler_barrier using an extern function. 11 years ago
Andres Freund db4ec2ffce Fix alignment of pg_atomic_uint64 variables on some 32bit platforms. 11 years ago
Andres Freund 93be095007 Move comment about sun cc's __machine_rw_barrier being a full barrier. 11 years ago
Noah Misch 894459e59f On Darwin, detect and report a multithreaded postmaster. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund ccb161b66a Add pg_string_endswith as the start of a string helper library in src/common. 11 years ago
Alvaro Herrera 72dd233d3e pg_event_trigger_dropped_objects: Add name/args output columns 11 years ago
Alvaro Herrera a676201490 Add pg_identify_object_as_address 11 years ago
Heikki Linnakangas 930fd68455 Revert the GinMaxItemSize calculation so that we fit 3 tuples per page. 11 years ago
Tom Lane 966115c305 Temporarily revert "Move pg_lzcompress.c to src/common." 11 years ago
Andres Freund d72731a704 Lockless StrategyGetBuffer clock sweep hot path. 11 years ago
Andres Freund ab5194e6f6 Improve LWLock scalability. 11 years ago
Andres Freund 7882c3b0b9 Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. 11 years ago
Andres Freund 570bd2b3fd Add capability to suppress CONTEXT: messages to elog machinery. 11 years ago
Fujii Masao 60838df922 Move pg_lzcompress.c to src/common. 11 years ago
Fujii Masao 3b6ca123b5 Remove unused fields from ReindexStmt. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Heikki Linnakangas 955557ddcc Move rbtree.c from src/backend/utils/misc to src/backend/lib. 11 years ago
Heikki Linnakangas e7032610f7 Use a pairing heap for the priority queue in kNN-GiST searches. 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 11 years ago
Andres Freund 9959abb012 Define Assert() et al to ((void)0) to avoid pedantic warnings. 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Fujii Masao 38628db8d8 Add memory barriers for PgBackendStatus.st_changecount protocol. 11 years ago
Tom Lane 66709133c7 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 11 years ago
Heikki Linnakangas 4d65e16a6f Misc comment typo fixes. 11 years ago
Heikki Linnakangas da9f6a78ef Fix incorrect comment about XLogRecordBlockHeader.data_length field. 11 years ago