index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtsort.c
Commit message (
Expand
)
Author
Age
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make sure that GIN fast-insert and regular code paths enforce the same
Tom Lane
2009-10-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
*
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-11
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
When creating a large hash index, pre-sort the index entries by estimated
Tom Lane
2008-03-16
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Make CLUSTER MVCC-safe. Heikki Linnakangas
Tom Lane
2007-04-08
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2007-01-03
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Extend the MinimalTuple concept to tuplesort.c, thereby reducing the
Tom Lane
2006-06-27
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem
Tom Lane
2006-03-10
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
*
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-07
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Mention MD5 function index for indexing long values.
Bruce Momjian
2005-08-11
*
Make new hints follow style guide.
Tom Lane
2005-08-10
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
[next]