Commit Graph

36171 Commits (993c3961a4166a766c9b0a67701e9c82432550cc)
 

Author SHA1 Message Date
Robert Haas 5709b8acc6 Avoid a possible relcache leak in get_object_address_attribute. 12 years ago
Robert Haas a5bca4ef03 Plug more memory leaks when reloading config file. 12 years ago
Alvaro Herrera d2458e3b20 Expose a routine to print triggers during EXPLAIN ANALYZE 12 years ago
Tom Lane fe0c690dfd Remove pg_stat_statements--1.1.sql. 12 years ago
Tom Lane 9a8f5729b4 Fix to_timestamp/to_date's handling of consecutive spaces in format string. 12 years ago
Fujii Masao 5363c7f2bc Fix typo in comment. 12 years ago
Simon Riggs 4d1e2aeb1a Speed up COPY into tables with DEFAULT nextval() 12 years ago
Magnus Hagander 74a72ec208 Rename msvc build option krb5 to gss 12 years ago
Magnus Hagander 98de86e422 Remove support for native krb5 authentication 12 years ago
Magnus Hagander 4b8f2859cc Adjust the SSL connection notification message 12 years ago
Stephen Frost 5254958e92 Add CREATE TABLESPACE ... WITH ... Options 12 years ago
Tom Lane 115f414124 Fix VACUUM's reporting of dead-tuple counts to the stats collector. 12 years ago
Stephen Frost 76e91b38ba Add ALTER TABLESPACE ... MOVE command 12 years ago
Stephen Frost 6f25c62d78 Allow SET TABLESPACE to database default 12 years ago
Tom Lane 0d79c0a8cc Make various variables const (read-only). 12 years ago
Andrew Dunstan 7d7eee8bb7 Export a few more symbols required for test_shm_mq module. 12 years ago
Peter Eisentraut ad6bf0291a Fix client-only installation 12 years ago
Tom Lane af9e3d6523 Minor code beautification in contrib/sslinfo. 12 years ago
Tom Lane e6170126fc Add gen_random_uuid() to contrib/pgcrypto. 12 years ago
Andrew Dunstan 708c529c7f Export set_latch_on_sigusr1 symbol for Windows. 12 years ago
Andrew Dunstan b64d956d58 Prevent double macro definition of WIN32. 12 years ago
Magnus Hagander 4cba1f6bbf Show SSL encryption information when logging connections 12 years ago
Magnus Hagander 9c14dd22e1 Define WIN32 when _WIN32 is set 12 years ago
Heikki Linnakangas 277279981f Prevent integer overflow with --progress >= 2148 12 years ago
Bruce Momjian d8a0b96c50 doc: rename "Equals" to "Equal" 12 years ago
Bruce Momjian 93c4bbc999 doc: fix := description typo. 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 12 years ago
Heikki Linnakangas a472ae1e4e Fix Hot Standby feedback sending when streaming busily. 12 years ago
Alvaro Herrera 61bee9f756 Split ecpg_execute() in constituent parts 12 years ago
Tom Lane 515d2c596c Add display of oprcode (the underlying function's name) to psql's \do+. 12 years ago
Alvaro Herrera 3291301385 Split ECPGdo() in constituent parts 12 years ago
Heikki Linnakangas 8ba288da5d Suppress Coverity complaints in readfuncs.c. 12 years ago
Peter Eisentraut a687ec7d5b Fix whitespace 12 years ago
Robert Haas b1365ff7a8 test_shm_mq: Try again to fix compiler warning. 12 years ago
Robert Haas ed46758381 Logging running transactions every 15 seconds. 12 years ago
Robert Haas d02c0ddb15 Fix missing parentheses resulting in wrong order of dereference. 12 years ago
Robert Haas b5763cedde test_shm_mq: Fix checks for negative queue size. 12 years ago
Robert Haas d89746c7c5 Fix compiler warning. 12 years ago
Robert Haas be361ef2a0 Fix compiler warning: Size isn't 64 bits on 32 bit platforms. 12 years ago
Tom Lane 5df99f6481 Improve FILES section of psql reference page. 12 years ago
Tom Lane 061b079f89 Fix multiple bugs in index page locking during hot-standby WAL replay. 12 years ago
Robert Haas 16cad3e867 Documentation for test_shm_mq. 12 years ago
Robert Haas b682709451 Mention that VACUUM FREEZE also effectively zeroes the table freeze age. 12 years ago
Robert Haas 246a9a8d0c Fix typo in comment. 12 years ago
Robert Haas 4db3744f1f Test code for shared memory message queue facility. 12 years ago
Robert Haas ec9037df26 Single-reader, single-writer, lightweight shared message queue. 12 years ago
Robert Haas 6ddd5137b2 Simple table of contents for a shared memory segment. 12 years ago
Robert Haas 05ff5062da Code improvements for ALTER SYSTEM .. SET. 12 years ago
Robert Haas 2bb1f14b89 Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 12 years ago
Tom Lane c3ccc9ee58 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago