Commit Graph

36037 Commits (3ee74df2e48cde3c471637d14b18475abb0eb69a)
 

Author SHA1 Message Date
Fujii Masao 3ee74df2e4 Remove duplicate index entry DATE_TRUNC in document. 12 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Heikki Linnakangas ec8f692c3c Fix alignment of GIN in-line posting lists stored in entry tuples. 12 years ago
Heikki Linnakangas 0fdb2f7d7c Silence compiler warning. 12 years ago
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail 12 years ago
Fujii Masao 9f80f4835a Add libpq function PQhostaddr(). 12 years ago
Andrew Dunstan d5bc6ce6ac Allow case insensitive build version argument for MSVC. 12 years ago
Fujii Masao 77035fa8a9 Fix bugs in PQhost(). 12 years ago
Bruce Momjian 90afc7d805 Add date_trunc('', interval) documentation mention 12 years ago
Heikki Linnakangas 6668ad1d70 Fix declaration of GinVacuumState. 12 years ago
Heikki Linnakangas 36a35c550a Compress GIN posting lists, for smaller index size. 12 years ago
Andrew Dunstan 243ee26633 Reindent json.c and jsonfuncs.c. 12 years ago
Stephen Frost 6c36f383df Allow type_func_name_keywords in even more places 12 years ago
Tom Lane 69c7a9838c Tweak parse location assignment for CURRENT_DATE and related constructs. 12 years ago
Robert Haas 01f7808b3e Add a cardinality function for arrays. 12 years ago
Robert Haas 033b2343fa Fix inadvertent semantics change in last patch to plug memory leaks. 12 years ago
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