summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-01-27Add support for RADIUS authentication.Magnus Hagander
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-26Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut
2010-01-26Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut
2010-01-26Fix longstanding gripe that we check for 0000000001.history at start ofSimon Riggs
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-24Fix assorted core dumps and Assert failures that could occur duringTom Lane
2010-01-23Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane
2010-01-23Add explanatory detail to Hot Standby cancelation error messagesSimon Riggs
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-22Fix several oversights in previous commit - attribute options patch.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-21Add missing flag reset to ensure subsequent manual cancelation gives correct ...Simon Riggs
2010-01-21Fix bogus comments.Heikki Linnakangas
2010-01-21Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro
2010-01-21Better internal documentation of locking for Hot Standby conflict resolution.Simon Riggs
2010-01-20Well, the systemtap guys moved the goalposts again: with the latest version,Tom Lane
2010-01-20Fix bogus subdir setting. Again. I must've unfixed it by accident whileHeikki Linnakangas
2010-01-20Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas
2010-01-20Add missing "!= NULL", for the sake of consistency.Heikki Linnakangas
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas
2010-01-20Before attempting to create a composite type, check whether a type of thatPeter Eisentraut
2010-01-19Fix thinko in my recent change to put an explicit argisrow field in NullTest:Tom Lane
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-18Cast slightly abused enum to int, so that GCC 4.5 won't warn about switchPeter Eisentraut
2010-01-18Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert anTom Lane
2010-01-18Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev
2010-01-18Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-17Remove unnecessary, inconsistent flag resets in ProcessInterrupts.Tom Lane
2010-01-16Fix unportable use of isxdigit() with char (rather than unsigned char)Tom Lane
2010-01-16Fix bogus initialization of KnownAssignedXids shared memory state ---Tom Lane
2010-01-16Lock database while running drop database in Hot Standby to protectSimon Riggs
2010-01-16Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-16Add #include <sys/time.h> for struct timeval definition on BSD/OS.Bruce Momjian
2010-01-15Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane
2010-01-15No, scratch that, it was getting added twice.Tom Lane
2010-01-15Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ...Tom Lane
2010-01-15Fix bogus subdir setting ... wonder just what that affects ...Tom Lane
2010-01-15Remove unused (in non-assertion-enabled build) variable.Heikki Linnakangas
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-13When loading critical system indexes into the relcache, ensure we lock theTom Lane
2010-01-13Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane
2010-01-13Make fixed_paramref_hook behave properly when there are 'unused' slotsTom Lane
2010-01-12Fix relcache reload mechanism to be more robust in the face of errorsTom Lane
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian