summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-07-16Hmm, so evidently _check_lock and _clear_lock take an argument of typeTom Lane
2007-07-16So our reward for including <sys/atomic_op.h> seems to be a bunch ofTom Lane
2007-07-16On AIX, include <sys/atomic_op.h> so that the functions we use forTom Lane
2007-07-12Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-10Fix misspelling.Tom Lane
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-07-08Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane
2007-07-08Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane
2007-07-08Arrange for the authentication request type to be preserved inJoe Conway
2007-07-06Fix up hash functions for datetime datatypes so that they don't takeTom Lane
2007-07-03Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-30Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-06-26Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera
2007-06-25Remove unused BAD_LOCATION definition.Alvaro Herrera
2007-06-25Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera
2007-06-23Separate parse-analysis for utility commands out of parser/analyze.cTom Lane
2007-06-19Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane
2007-06-18Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane
2007-06-15Tweak the API for per-datatype typmodin functions so that they are passedTom Lane
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-06-12Minor comment fixes.Tom Lane
2007-06-11Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane
2007-06-11Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane
2007-06-09Teach heapam code to know the difference between a real seqscan and theTom Lane
2007-06-08Arrange for large sequential scans to synchronize with each other, so thatTom Lane
2007-06-07Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-05The session_replication_role actually can be changed at will duringJan Wieck
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane
2007-06-01Allow leading and trailing whitespace in the input to the booleanNeil Conway
2007-06-01Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane
2007-06-01Buy back some of the cycles spent in more-expensive hash functions byTom Lane
2007-06-01Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane
2007-05-31Change build_index_pathkeys() so that the expressions it builds to representTom Lane
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2007-05-30Fix trivial misspelling in comment.Tom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-27Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane
2007-05-27pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-05-25Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane